comparison lisp/options.el @ 2308:f287613dfc28

Added or corrected Commentary sections
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 05:42:35 +0000
parents 213978acbc1e
children b808c61b7ee1
comparison
equal deleted inserted replaced
2307:10e417efb12a 2308:f287613dfc28
17 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to 20 ;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22
23 ;;; Commentary:
24
25 ;; This code provides functions to list and edit the values of all global
26 ;; option variables known to loaded Emacs Lisp code. There are two entry
27 ;; points, `list-options' and `edit' options'. The latter enters a major
28 ;; mode specifically for editing option values. Do `M-x describe-mode' in
29 ;; that context for more details.
22 30
23 ;;; Code: 31 ;;; Code:
24 32
25 ;;;###autoload 33 ;;;###autoload
26 (defun list-options () 34 (defun list-options ()