changeset 19823:0c1b4a44db76

(custom-variable-save): Fixed doc string. (custom-variable-menu): Make it clear that `Lisp mode' edit the initial lisp expression.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 00:21:07 +0000
parents b5c12a2d1c26
children ea89a2408bfa
files lisp/cus-edit.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Sep 08 19:17:57 1997 +0000
+++ b/lisp/cus-edit.el	Tue Sep 09 00:21:07 1997 +0000
@@ -1960,7 +1960,7 @@
     ("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 @@
     (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)))