# HG changeset patch # User Juanma Barranquero # Date 1171160937 0 # Node ID 732f9b589f8ed824c9f0a704fb872847a2c6d82c # Parent 8e99eb295ffa20d87218a21de39802441b61468c (change-major-mode-with-file-name): Fix typo in docstring. diff -r 8e99eb295ffa -r 732f9b589f8e lisp/files.el --- 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)