diff options
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 36f9e0353fb..6d5b101d3c1 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2829,7 +2829,7 @@ It is dangerous if either of these conditions are met: | |||
| 2829 | However, the mode will not be changed if | 2829 | However, the mode will not be changed if |
| 2830 | \(1) a local variables list or the `-*-' line specifies a major mode, or | 2830 | \(1) a local variables list or the `-*-' line specifies a major mode, or |
| 2831 | \(2) the current major mode is a \"special\" mode, | 2831 | \(2) the current major mode is a \"special\" mode, |
| 2832 | \ not suitable for ordinary files, or | 2832 | \ not suitable for ordinary files, or |
| 2833 | \(3) the new file name does not particularly specify any mode." | 2833 | \(3) the new file name does not particularly specify any mode." |
| 2834 | :type 'boolean | 2834 | :type 'boolean |
| 2835 | :group 'editing-basics) | 2835 | :group 'editing-basics) |