emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hi-lock.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/hi-lock.el,v
Date: Sun, 22 Apr 2007 16:52:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/22 16:52:30

Index: hi-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/hi-lock.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- hi-lock.el  22 Apr 2007 01:49:46 -0000      1.43
+++ hi-lock.el  22 Apr 2007 16:52:29 -0000      1.44
@@ -67,7 +67,7 @@
 ;;    (setq hi-lock-file-patterns-policy 'ask)
 ;;
 ;;    If you get tired of being asked each time a file is loaded replace
-;;    'ask with a function that returns t if patterns should be read.
+;;    `ask' with a function that returns t if patterns should be read.
 ;;
 ;;    You might also want to bind the hi-lock commands to more
 ;;    finger-friendly sequences:
@@ -126,9 +126,9 @@
 
 (defcustom hi-lock-file-patterns-policy 'never
   "Specify when hi-lock should use patterns found in file.
-If 'ask, prompt when patterns found in buffer; if bound to a function,
+If `ask', prompt when patterns found in buffer; if bound to a function,
 use patterns when function returns t (function is called with patterns
-as first argument); if nil or 'never or anything else, don't use file
+as first argument); if nil or `never' or anything else, don't use file
 patterns."
   :type '(choice (const :tag "Do not use file patterns" never)
                  (const :tag "Ask about file patterns" ask)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]