diff 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
line wrap: on
line diff
--- a/lisp/options.el	Mon Mar 22 03:27:18 1993 +0000
+++ b/lisp/options.el	Mon Mar 22 05:42:35 1993 +0000
@@ -20,6 +20,14 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
+;; This code provides functions to list and edit the values of all global
+;; option variables known to loaded Emacs Lisp code.  There are two entry
+;; points, `list-options' and `edit' options'.  The latter enters a major
+;; mode specifically for editing option values.  Do `M-x describe-mode' in
+;; that context for more details.
+
 ;;; Code:
 
 ;;;###autoload