From: Juri Linkov Date: Sat, 22 Nov 2008 20:42:18 +0000 (+0000) Subject: (compilation-auto-jump-to-first-error): X-Git-Tag: emacs-pretest-23.0.90~1624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cc725cde50ff493db6b8bfb473e87af4671b21f;p=emacs.git (compilation-auto-jump-to-first-error): Fix docstring - change "during `compile'" to "during compilation". --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 9993f1197c3..9133f6e0231 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -702,7 +702,7 @@ Faces `compilation-error-face', `compilation-warning-face', (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")