comparison lisp/emulation/edt.el @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents b174db545cfd
children 64274328203b
comparison
equal deleted inserted replaced
42205:7308bbc423d5 42206:0f4506820432
335 (defconst edt-backward-string " BACKUP" 335 (defconst edt-backward-string " BACKUP"
336 "Direction string in mode line to indicate backward movement.") 336 "Direction string in mode line to indicate backward movement.")
337 337
338 (defvar edt-default-map-active nil 338 (defvar edt-default-map-active nil
339 "Non-nil indicates that default EDT emulation key bindings are active. 339 "Non-nil indicates that default EDT emulation key bindings are active.
340 Nil means user-defined custom bindings are active.") 340 nil means user-defined custom bindings are active.")
341 341
342 (defvar edt-user-map-configured nil 342 (defvar edt-user-map-configured nil
343 "Non-nil indicates that user custom EDT key bindings are configured. 343 "Non-nil indicates that user custom EDT key bindings are configured.
344 This means that an edt-user.el file was found in the user's `load-path'.") 344 This means that an edt-user.el file was found in the user's `load-path'.")
345 345