Mercurial > emacs
changeset 99816:e3d342053d75
(compilation-auto-jump-to-first-error):
Fix docstring - change "during `compile'" to "during compilation".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 22 Nov 2008 20:42:18 +0000 |
parents | b05b410c4a84 |
children | a5a1e57fb667 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Sat Nov 22 20:41:49 2008 +0000 +++ b/lisp/progmodes/compile.el Sat Nov 22 20:42:18 2008 +0000 @@ -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")