diff options
| author | Karl Heuer | 1999-03-30 21:37:40 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-30 21:37:40 +0000 |
| commit | 25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch) | |
| tree | 36dc4d6026e88686cf72af4b7434434dbaa54c46 | |
| parent | 495a3f8d9e7c4471d649875ac40700830422f553 (diff) | |
| download | emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/abbrev.el | 2 | ||||
| -rw-r--r-- | lisp/autoinsert.el | 2 | ||||
| -rw-r--r-- | lisp/avoid.el | 2 | ||||
| -rw-r--r-- | lisp/delsel.el | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 2 | ||||
| -rw-r--r-- | lisp/hscroll.el | 2 | ||||
| -rw-r--r-- | lisp/icomplete.el | 2 | ||||
| -rw-r--r-- | lisp/mouse-sel.el | 2 | ||||
| -rw-r--r-- | lisp/paren.el | 2 | ||||
| -rw-r--r-- | lisp/rsz-mini.el | 4 | ||||
| -rw-r--r-- | lisp/time.el | 2 | ||||
| -rw-r--r-- | lisp/type-break.el | 4 | ||||
| -rw-r--r-- | lisp/which-func.el | 2 | ||||
| -rw-r--r-- | lisp/winner.el | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ffde49ade63..394f1ddd424 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -51,7 +51,7 @@ and be replaced by its expansion." | |||
| 51 | In abbrev mode, inserting an abbreviation causes it to expand | 51 | In abbrev mode, inserting an abbreviation causes it to expand |
| 52 | and be replaced by its expansion. | 52 | and be replaced by its expansion. |
| 53 | This variable should be set only with \\[customize], which is equivalent | 53 | This variable should be set only with \\[customize], which is equivalent |
| 54 | to using the function `abbrev-mode'. | 54 | to using the function `abbrev-mode'." |
| 55 | :set (lambda (symbol value) | 55 | :set (lambda (symbol value) |
| 56 | (abbrev-mode (if value 1 0))) | 56 | (abbrev-mode (if value 1 0))) |
| 57 | :type 'boolean | 57 | :type 'boolean |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index d88a344641f..e0eb69d32ff 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | (defcustom auto-insert-mode nil | 60 | (defcustom auto-insert-mode nil |
| 61 | "Toggle auto-insert-mode. | 61 | "Toggle auto-insert-mode. |
| 62 | This variable should be set only with \\[customize], which is equivalent | 62 | This variable should be set only with \\[customize], which is equivalent |
| 63 | to using the function `auto-insert-mode'. | 63 | to using the function `auto-insert-mode'." |
| 64 | :set (lambda (symbol value) | 64 | :set (lambda (symbol value) |
| 65 | (auto-insert-mode (or value 0))) | 65 | (auto-insert-mode (or value 0))) |
| 66 | :initialize 'custom-initialize-default | 66 | :initialize 'custom-initialize-default |
diff --git a/lisp/avoid.el b/lisp/avoid.el index 60cc97aa3bd..167f97873ff 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el | |||
| @@ -81,7 +81,7 @@ | |||
| 81 | "Activate mouse avoidance mode. | 81 | "Activate mouse avoidance mode. |
| 82 | See function `mouse-avoidance-mode' for possible values. | 82 | See function `mouse-avoidance-mode' for possible values. |
| 83 | This variable should be set only with \\[customize], which is equivalent | 83 | This variable should be set only with \\[customize], which is equivalent |
| 84 | to using the function `mouse-avoidance-mode'. | 84 | to using the function `mouse-avoidance-mode'." |
| 85 | :set (lambda (symbol value) | 85 | :set (lambda (symbol value) |
| 86 | ;; 'none below prevents toggling when value is nil. | 86 | ;; 'none below prevents toggling when value is nil. |
| 87 | (mouse-avoidance-mode (or value 'none))) | 87 | (mouse-avoidance-mode (or value 'none))) |
diff --git a/lisp/delsel.el b/lisp/delsel.el index ed221284b79..e934c5a14a6 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -78,7 +78,7 @@ any selection." | |||
| 78 | "Toggle Delete Selection mode. | 78 | "Toggle Delete Selection mode. |
| 79 | See command `delete-selection-mode'. | 79 | See command `delete-selection-mode'. |
| 80 | This variable should be set only with \\[customize], which is equivalent | 80 | This variable should be set only with \\[customize], which is equivalent |
| 81 | to using the function `delete-selection-mode'. | 81 | to using the function `delete-selection-mode'." |
| 82 | :set (lambda (symbol value) | 82 | :set (lambda (symbol value) |
| 83 | (delete-selection-mode (or value 0))) | 83 | (delete-selection-mode (or value 0))) |
| 84 | :initialize 'custom-initialize-default | 84 | :initialize 'custom-initialize-default |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 28815a7d0f5..48c69183ee1 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -843,7 +843,7 @@ turned on in a buffer if its major mode is one of `font-lock-global-modes'." | |||
| 843 | When Global Font Lock mode is enabled, Font Lock mode is automagically | 843 | When Global Font Lock mode is enabled, Font Lock mode is automagically |
| 844 | turned on in a buffer if its major mode is one of `font-lock-global-modes'. | 844 | turned on in a buffer if its major mode is one of `font-lock-global-modes'. |
| 845 | This variable should be set only with \\[customize], which is equivalent | 845 | This variable should be set only with \\[customize], which is equivalent |
| 846 | to using the function `global-font-lock-mode'. | 846 | to using the function `global-font-lock-mode'." |
| 847 | :set (lambda (symbol value) | 847 | :set (lambda (symbol value) |
| 848 | (global-font-lock-mode (or value 0))) | 848 | (global-font-lock-mode (or value 0))) |
| 849 | :type 'boolean | 849 | :type 'boolean |
diff --git a/lisp/hscroll.el b/lisp/hscroll.el index fab0258b07f..9f9e6e7a06a 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | (defcustom hscroll-global-mode nil | 62 | (defcustom hscroll-global-mode nil |
| 63 | "Toggle horizontal scrolling. | 63 | "Toggle horizontal scrolling. |
| 64 | This variable should be set only with \\[customize], which is equivalent | 64 | This variable should be set only with \\[customize], which is equivalent |
| 65 | to using the function `hscroll-global-mode'. | 65 | to using the function `hscroll-global-mode'." |
| 66 | :set (lambda (symbol value) | 66 | :set (lambda (symbol value) |
| 67 | (hscroll-global-mode (if value 1 -1))) | 67 | (hscroll-global-mode (if value 1 -1))) |
| 68 | :initialize 'custom-initialize-default | 68 | :initialize 'custom-initialize-default |
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index f7c8d7c349c..a9dfbac49fc 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | As text is typed into the minibuffer, prospective completions are indicated | 78 | As text is typed into the minibuffer, prospective completions are indicated |
| 79 | in the minibuffer. | 79 | in the minibuffer. |
| 80 | This variable should be set only with \\[customize], which is equivalent | 80 | This variable should be set only with \\[customize], which is equivalent |
| 81 | to using the function `icomplete-mode'. | 81 | to using the function `icomplete-mode'." |
| 82 | :set (lambda (symbol value) | 82 | :set (lambda (symbol value) |
| 83 | (icomplete-mode (if value 1 -1))) | 83 | (icomplete-mode (if value 1 -1))) |
| 84 | :initialize 'custom-initialize-default | 84 | :initialize 'custom-initialize-default |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index defa3f90848..90a52d63286 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -153,7 +153,7 @@ | |||
| 153 | "Toggle Mouse Sel mode. | 153 | "Toggle Mouse Sel mode. |
| 154 | When Mouse Sel mode is enabled, mouse selection is enhanced in various ways. | 154 | When Mouse Sel mode is enabled, mouse selection is enhanced in various ways. |
| 155 | This variable should be set only with \\[customize], which is equivalent | 155 | This variable should be set only with \\[customize], which is equivalent |
| 156 | to using the function `mouse-sel-mode'. | 156 | to using the function `mouse-sel-mode'." |
| 157 | :set (lambda (symbol value) | 157 | :set (lambda (symbol value) |
| 158 | (mouse-sel-mode (or value 0))) | 158 | (mouse-sel-mode (or value 0))) |
| 159 | :initialize 'custom-initialize-default | 159 | :initialize 'custom-initialize-default |
diff --git a/lisp/paren.el b/lisp/paren.el index c5b26b83bbf..a3610daf364 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | When Show Paren mode is enabled, any matching parenthesis is highlighted | 45 | When Show Paren mode is enabled, any matching parenthesis is highlighted |
| 46 | after `show-paren-delay' seconds of Emacs idle time. | 46 | after `show-paren-delay' seconds of Emacs idle time. |
| 47 | This variable should be set only with \\[customize], which is equivalent | 47 | This variable should be set only with \\[customize], which is equivalent |
| 48 | to using the function `show-paren-mode'. | 48 | to using the function `show-paren-mode'." |
| 49 | :set (lambda (symbol value) | 49 | :set (lambda (symbol value) |
| 50 | (show-paren-mode (or value 0))) | 50 | (show-paren-mode (or value 0))) |
| 51 | :initialize 'custom-initialize-default | 51 | :initialize 'custom-initialize-default |
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el index b21f1b68073..62f2d8ee428 100644 --- a/lisp/rsz-mini.el +++ b/lisp/rsz-mini.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> | 7 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
| 8 | ;; Keywords: minibuffer, window, frame, display | 8 | ;; Keywords: minibuffer, window, frame, display |
| 9 | 9 | ||
| 10 | ;; $Id: rsz-mini.el,v 1.23 1998/09/11 01:40:25 friedman Exp kwzh $ | 10 | ;; $Id: rsz-mini.el,v 1.24 1999/03/30 21:29:47 kwzh Exp kwzh $ |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -65,7 +65,7 @@ | |||
| 65 | (defcustom resize-minibuffer-mode nil | 65 | (defcustom resize-minibuffer-mode nil |
| 66 | "Toggle resizing the minibuffer so its entire contents are visible. | 66 | "Toggle resizing the minibuffer so its entire contents are visible. |
| 67 | This variable should be set only with \\[customize], which is equivalent | 67 | This variable should be set only with \\[customize], which is equivalent |
| 68 | to using the function `resize-minibuffer-mode'. | 68 | to using the function `resize-minibuffer-mode'." |
| 69 | :set (lambda (symbol value) | 69 | :set (lambda (symbol value) |
| 70 | (resize-minibuffer-mode (if value 1 -1))) | 70 | (resize-minibuffer-mode (if value 1 -1))) |
| 71 | :initialize 'custom-initialize-default | 71 | :initialize 'custom-initialize-default |
diff --git a/lisp/time.el b/lisp/time.el index 53af0db4c4b..58e1dd486fb 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | (defcustom display-time-mode nil | 37 | (defcustom display-time-mode nil |
| 38 | "Toggle display of time, load level, and mail flag in mode lines. | 38 | "Toggle display of time, load level, and mail flag in mode lines. |
| 39 | This variable should be set only with \\[customize], which is equivalent | 39 | This variable should be set only with \\[customize], which is equivalent |
| 40 | to using the function `display-time-mode'. | 40 | to using the function `display-time-mode'." |
| 41 | :set (lambda (symbol value) | 41 | :set (lambda (symbol value) |
| 42 | (display-time-mode (or value 0))) | 42 | (display-time-mode (or value 0))) |
| 43 | :initialize 'custom-initialize-default | 43 | :initialize 'custom-initialize-default |
diff --git a/lisp/type-break.el b/lisp/type-break.el index 2dee5c40680..8f8b3392365 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs | 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs |
| 9 | ;; Created: 1994-07-13 | 9 | ;; Created: 1994-07-13 |
| 10 | 10 | ||
| 11 | ;; $Id: type-break.el,v 1.19 1998/09/11 01:39:41 friedman Exp kwzh $ | 11 | ;; $Id: type-break.el,v 1.20 1999/03/30 21:30:05 kwzh Exp kwzh $ |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -79,7 +79,7 @@ | |||
| 79 | "Toggle typing break mode. | 79 | "Toggle typing break mode. |
| 80 | See the docstring for the `type-break-mode' command for more information. | 80 | See the docstring for the `type-break-mode' command for more information. |
| 81 | This variable should be set only with \\[customize], which is equivalent | 81 | This variable should be set only with \\[customize], which is equivalent |
| 82 | to using the function `type-break-mode'. | 82 | to using the function `type-break-mode'." |
| 83 | :set (lambda (symbol value) | 83 | :set (lambda (symbol value) |
| 84 | (type-break-mode (if value 1 -1))) | 84 | (type-break-mode (if value 1 -1))) |
| 85 | :initialize 'custom-initialize-default | 85 | :initialize 'custom-initialize-default |
diff --git a/lisp/which-func.el b/lisp/which-func.el index 22a12405a0d..fb9ab39fc67 100644 --- a/lisp/which-func.el +++ b/lisp/which-func.el | |||
| @@ -105,7 +105,7 @@ Zero means compute the Imenu menu regardless of size." | |||
| 105 | (defcustom which-func-mode-global nil | 105 | (defcustom which-func-mode-global nil |
| 106 | "*Toggle `which-func-mode'. | 106 | "*Toggle `which-func-mode'. |
| 107 | This variable should be set only with \\[customize], which is equivalent | 107 | This variable should be set only with \\[customize], which is equivalent |
| 108 | to using the function `which-func-mode'. | 108 | to using the function `which-func-mode'." |
| 109 | :set #'(lambda (symbol value) | 109 | :set #'(lambda (symbol value) |
| 110 | (which-func-mode (if value 1 0))) | 110 | (which-func-mode (if value 1 0))) |
| 111 | :initialize 'custom-initialize-default | 111 | :initialize 'custom-initialize-default |
diff --git a/lisp/winner.el b/lisp/winner.el index 7731ee9f2e4..d80af2654f9 100644 --- a/lisp/winner.el +++ b/lisp/winner.el | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | (defcustom winner-mode nil | 56 | (defcustom winner-mode nil |
| 57 | "Toggle winner-mode. | 57 | "Toggle winner-mode. |
| 58 | This variable should be set only with \\[customize], which is equivalent | 58 | This variable should be set only with \\[customize], which is equivalent |
| 59 | to using the function `winner-mode'. | 59 | to using the function `winner-mode'." |
| 60 | :set #'(lambda (symbol value) | 60 | :set #'(lambda (symbol value) |
| 61 | (winner-mode (or value 0))) | 61 | (winner-mode (or value 0))) |
| 62 | :initialize 'custom-initialize-default | 62 | :initialize 'custom-initialize-default |