comparison lisp/startup.el @ 41155:f079abe99ced

(command-line-processed): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 16 Nov 2001 18:33:46 +0000
parents fe298eabbb27
children b36db0352ec7
comparison
equal deleted inserted replaced
41154:dfe41fbdcaa0 41155:f079abe99ced
121 ;;; Code: 121 ;;; Code:
122 122
123 (setq top-level '(normal-top-level)) 123 (setq top-level '(normal-top-level))
124 124
125 (defvar command-line-processed nil 125 (defvar command-line-processed nil
126 "Non-nil once command line has been processed") 126 "Non-nil once command line has been processed.")
127 127
128 (defgroup initialization nil 128 (defgroup initialization nil
129 "Emacs start-up procedure" 129 "Emacs start-up procedure"
130 :group 'internal) 130 :group 'internal)
131 131