]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-variable-save): Fixed doc string.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 00:21:07 +0000 (00:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 00:21:07 +0000 (00:21 +0000)
(custom-variable-menu): Make it clear that `Lisp
mode' edit the initial lisp expression.

lisp/cus-edit.el

index c08c41eb428bab3ed1b9bebd109e93a611b93817..d65dd8ae8be44a91597d715e64559739fe02bc82 100644 (file)
@@ -1960,7 +1960,7 @@ Otherwise, look up symbol in `custom-guess-type-alist'."
     ("Don't show as Lisp expression" custom-variable-edit 
      (lambda (widget)
        (eq (widget-get widget :custom-form) 'lisp)))
-    ("Show as Lisp expression" custom-variable-edit-lisp
+    ("Show initial Lisp expression" custom-variable-edit-lisp
      (lambda (widget)
        (eq (widget-get widget :custom-form) 'edit))))
   "Alist of actions for the `custom-variable' widget.
@@ -2023,7 +2023,7 @@ Optional EVENT is the location for the menu."
     (custom-redraw-magic widget)))
 
 (defun custom-variable-save (widget)
-  "Set the default value for the variable being edited by WIDGET."
+  "Set and save the value for the variable being edited by WIDGET."
   (let* ((form (widget-get widget :custom-form))
         (state (widget-get widget :custom-state))
         (child (car (widget-get widget :children)))