emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/progmodes compile.el


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp/progmodes compile.el
Date: Sat, 22 Nov 2008 20:42:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/11/22 20:42:18

Modified files:
        lisp/progmodes : compile.el 

Log message:
        (compilation-auto-jump-to-first-error):
        Fix docstring - change "during `compile'" to "during compilation".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/compile.el?cvsroot=emacs&r1=1.482&r2=1.483

Patches:
Index: compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -b -r1.482 -r1.483
--- compile.el  18 Nov 2008 14:14:40 -0000      1.482
+++ compile.el  22 Nov 2008 20:42:18 -0000      1.483
@@ -702,7 +702,7 @@
 (defvar compilation-old-error-list nil)
 
 (defcustom compilation-auto-jump-to-first-error nil
-  "If non-nil, automatically jump to the first error during `compile'."
+  "If non-nil, automatically jump to the first error during compilation."
   :type 'boolean
   :group 'compilation
   :version "23.1")




reply via email to

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