comparison lisp/progmodes/compile.el @ 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 0dc2933fc901
children 82d19f721db4
comparison
equal deleted inserted replaced
99815:b05b410c4a84 99816:e3d342053d75
700 (defvar compilation-parse-errors-function nil) 700 (defvar compilation-parse-errors-function nil)
701 (defvar compilation-error-list nil) 701 (defvar compilation-error-list nil)
702 (defvar compilation-old-error-list nil) 702 (defvar compilation-old-error-list nil)
703 703
704 (defcustom compilation-auto-jump-to-first-error nil 704 (defcustom compilation-auto-jump-to-first-error nil
705 "If non-nil, automatically jump to the first error during `compile'." 705 "If non-nil, automatically jump to the first error during compilation."
706 :type 'boolean 706 :type 'boolean
707 :group 'compilation 707 :group 'compilation
708 :version "23.1") 708 :version "23.1")
709 709
710 (defvar compilation-auto-jump-to-next nil 710 (defvar compilation-auto-jump-to-next nil