]> code.delx.au - gnu-emacs/blobdiff - lisp/files-x.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / files-x.el
index 524ad4921740a3385e579378b58fa16997ab076d..a130ffcf9286d1035a832d7b5a9d02d2904adea4 100644 (file)
@@ -189,7 +189,7 @@ from the Local Variables list ignoring the input argument VALUE."
        (unless (let ((case-fold-search t))
                  (goto-char beg)
                  (search-forward "Local Variables:" nil t))
-         (throw 'exit (message "Cant add file-local variables"))))
+         (throw 'exit (message "Can't add file-local variables"))))
 
       ;; prefix is what comes before "local variables:" in its line.
       ;; suffix is what comes after "local variables:" in its line.