comparison lisp/prim/options.el @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents b9518feda344
children
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;; This code provides functions to list and edit the values of all global 28 ;; This code provides functions to list and edit the values of all global
29 ;; option variables known to loaded Emacs Lisp code. There are two entry 29 ;; option variables known to loaded Emacs Lisp code. There are two entry
30 ;; points, `list-options' and `edit' options'. The latter enters a major 30 ;; points, `list-options' and `edit-options'. The latter enters a major
31 ;; mode specifically for editing option values. Do `M-x describe-mode' in 31 ;; mode specifically for editing option values. Do `M-x describe-mode' in
32 ;; that context for more details. 32 ;; that context for more details.
33 33
34 ;;; Code: 34 ;;; Code:
35 35