Mercurial > emacs
changeset 38046:3a1a2ebbbcdc
(format-alist): Doc fix. Suggested by Alex Schroeder <alex@gnu.org>.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 15 Jun 2001 07:26:20 +0000 |
parents | 40c2d7eaa470 |
children | 46bbf160c47f |
files | lisp/format.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/format.el Fri Jun 15 00:57:40 2001 +0000 +++ b/lisp/format.el Fri Jun 15 07:26:20 2001 +0000 @@ -138,7 +138,9 @@ 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)