diff options
| author | Martin Rudalics | 2007-08-24 05:43:36 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-24 05:43:36 +0000 |
| commit | ec8dda2f295b52b4e72df21bb3ea91e7707e7a86 (patch) | |
| tree | e78d2c00a3a29bc99c101c1cf2504b052d99e642 /lisp | |
| parent | cac4219c9121a00f22eeb8716be0453f2d848228 (diff) | |
| download | emacs-ec8dda2f295b52b4e72df21bb3ea91e7707e7a86.tar.gz emacs-ec8dda2f295b52b4e72df21bb3ea91e7707e7a86.zip | |
(format-alist): Fix typo in doc-string.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/format.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el index 35e47efadbf..6e0abd7724e 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -145,7 +145,7 @@ MODE-FN, if specified, is called when visiting a file with that format. | |||
| 145 | that this would turn on some minor mode. | 145 | that this would turn on some minor mode. |
| 146 | 146 | ||
| 147 | PRESERVE, if non-nil, means that `format-write-file' should not remove | 147 | PRESERVE, if non-nil, means that `format-write-file' should not remove |
| 148 | this format from `buffer-file-formats'.") | 148 | this format from `buffer-file-format'.") |
| 149 | 149 | ||
| 150 | ;;; Basic Functions (called from Lisp) | 150 | ;;; Basic Functions (called from Lisp) |
| 151 | 151 | ||