comparison lisp/desktop.el @ 77991:a5fe5ff427e0

(desktop-minor-mode-table): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 09 Jun 2007 00:10:38 +0000
parents 7596f1771948
children c395c022a035 71d53e1b86d0 e9f94688a064
comparison
equal deleted inserted replaced
77990:b97353feae05 77991:a5fe5ff427e0
421 (vc-dired-mode nil)) 421 (vc-dired-mode nil))
422 "Table mapping minor mode variables to minor mode functions. 422 "Table mapping minor mode variables to minor mode functions.
423 Each entry has the form (NAME RESTORE-FUNCTION). 423 Each entry has the form (NAME RESTORE-FUNCTION).
424 NAME is the name of the buffer-local variable indicating that the minor 424 NAME is the name of the buffer-local variable indicating that the minor
425 mode is active. RESTORE-FUNCTION is the function to activate the minor mode. 425 mode is active. RESTORE-FUNCTION is the function to activate the minor mode.
426 called. RESTORE-FUNCTION nil means don't try to restore the minor mode. 426 RESTORE-FUNCTION nil means don't try to restore the minor mode.
427 Only minor modes for which the name of the buffer-local variable 427 Only minor modes for which the name of the buffer-local variable
428 and the name of the minor mode function are different have to be added to 428 and the name of the minor mode function are different have to be added to
429 this table. See also `desktop-minor-mode-handlers'." 429 this table. See also `desktop-minor-mode-handlers'."
430 :type 'sexp 430 :type 'sexp
431 :group 'desktop) 431 :group 'desktop)