1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 06:41:13 +02:00

List commands in commentary; nfc.

This commit is contained in:
Thien-Thi Nguyen 2002-04-03 02:26:18 +00:00
parent 9df9c81590
commit f8be0483f6

View file

@ -54,6 +54,14 @@
;; 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: