aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorSam Steingold <[email protected]>2000-09-26 16:25:29 +0000
committerSam Steingold <[email protected]>2000-09-26 16:25:29 +0000
commita62fb8a01322693c183a2072392fe67f1382af3e (patch)
treed1527a1645f90dab6248fdc094fdc1d711efeef3 /lisp/files.el
parent4653b4ea686b1dd47a27bbe91a2a8216d35a2d2f (diff)
(find-file-suppress-same-file-warnings): period in doc string
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 58b9a17d4e..61b68da735 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -970,7 +970,7 @@ whose names match the pattern."
"*Non-nil means suppress warning messages for symlinked files.
When nil, Emacs prints a warning when visiting a file that is already
visited, but with a different name. Setting this option to t
-suppresses this warning "
+suppresses this warning."
:group 'files
:version "21.1"
:type 'boolean)
@@ -1523,7 +1523,7 @@ If it matches, mode MODE is selected.")
When checking `inhibit-first-line-modes-regexps', we first discard
from the end of the file name anything that matches one of these regexps.")
-(defvar auto-mode-interpreter-regexp
+(defvar auto-mode-interpreter-regexp
"#![ \t]?\\([^ \t\n]*\
/bin/env[ \t]\\)?\\([^ \t\n]+\\)"
"Regular expression matching interpreters, for file mode determination.
@@ -3478,7 +3478,7 @@ PATTERN that already quotes some of the special characters."
(substring pattern (match-beginning 0)))
beg (1+ (match-end 0)))))
pattern))))
-
+
(defvar insert-directory-program "ls"
"Absolute or relative name of the `ls' program used by `insert-directory'.")