From: Eli Zaretskii Date: Fri, 15 Jun 2001 07:26:20 +0000 (+0000) Subject: (format-alist): Doc fix. Suggested by Alex Schroeder . X-Git-Tag: emacs-pretest-21.0.104~270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e2246457e268406d8b2f627cf600cece59ff64a;p=emacs.git (format-alist): Doc fix. Suggested by Alex Schroeder . --- diff --git a/lisp/format.el b/lisp/format.el index c1919c24e13..8309ec958bb 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -138,7 +138,9 @@ MODIFY, if non-nil, means the TO-FN wants to modify the region. If nil, TO-FN will not make any changes but will instead return a list of annotations. -MODE-FN, if specified, is called when visiting a file with that format.") +MODE-FN, if specified, is called when visiting a file with that format. + It is called with a single positive argument, on the assumption + that it turns on some Emacs mode.") ;;; Basic Functions (called from Lisp)