Mercurial > emacs
changeset 75786:732f9b589f8e
(change-major-mode-with-file-name): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 11 Feb 2007 02:28:57 +0000 |
parents | 8e99eb295ffa |
children | db90b43ef87e |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Feb 11 02:20:54 2007 +0000 +++ b/lisp/files.el Sun Feb 11 02:28:57 2007 +0000 @@ -2829,7 +2829,7 @@ However, the mode will not be changed if \(1) a local variables list or the `-*-' line specifies a major mode, or \(2) the current major mode is a \"special\" mode, -\ not suitable for ordinary files, or +\ not suitable for ordinary files, or \(3) the new file name does not particularly specify any mode." :type 'boolean :group 'editing-basics)