From 928633e6c3c352a7f3cfab68d57593b52aa1a91c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 3 Apr 2002 02:28:35 +0000 Subject: [PATCH] List commands in commentary; nfc. --- doc/maint/docstring.el | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/maint/docstring.el b/doc/maint/docstring.el index 9177d33c5..dddc8ba92 100644 --- a/doc/maint/docstring.el +++ b/doc/maint/docstring.el @@ -50,10 +50,18 @@ ;; The approaches are as follows. ;; ;; 1. Comparison of MANUAL-DOC, SOURCE-DOC and TRACK-DOC, to produce a -;; summary output buffer in which keystrokes are defined to bring up -;; detailed comparisons. +;; summary output buffer in which keystrokes are defined to bring up +;; detailed comparisons. ;; ;; 2. Comparison of MANUAL-DOC, SOURCE-DOC and TRACK-DOC using Ediff. +;; +;; Here is a brief list of commands available (via "M-x COMMAND"): +;; +;; docstring-process-current-buffer +;; docstring-process-current-region BEG END +;; docstring-process-module MODULE +;; docstring-ediff-this-line +;; docstring-show-source ;;; Code: