diff options
| author | Glenn Morris | 2009-09-11 06:38:44 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-11 06:38:44 +0000 |
| commit | b9d5a981560b5cf71ebb8e6447d55c5b191465dd (patch) | |
| tree | 449afc8f6df4aa50212425b95784a0024839acc4 | |
| parent | 9d8893324678838706c4b27eb18aa285101dd414 (diff) | |
| download | emacs-b9d5a981560b5cf71ebb8e6447d55c5b191465dd.tar.gz emacs-b9d5a981560b5cf71ebb8e6447d55c5b191465dd.zip | |
Remove comment, inapplicable since 1997 (loadup no longer loads the
uncompiled version).
| -rw-r--r-- | lisp/bindings.el | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 9f3f43c7cd7..9924af8cb07 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -24,26 +24,6 @@ | |||
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;;; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| 28 | ;;; Special formatting conventions are used in this file! | ||
| 29 | ;;; | ||
| 30 | ;;; A backslash-newline is used at the beginning of a documentation string | ||
| 31 | ;;; when that string should be stored in the file etc/DOCnnn, not in core. | ||
| 32 | ;;; | ||
| 33 | ;;; Such strings read into Lisp as numbers (during the pure-loading phase). | ||
| 34 | ;;; | ||
| 35 | ;;; But you must obey certain rules to make sure the string is understood | ||
| 36 | ;;; and goes into etc/DOCnnn properly. | ||
| 37 | ;;; | ||
| 38 | ;;; The doc string must appear in the standard place in a call to | ||
| 39 | ;;; defun, autoload, defvar or defconst. No Lisp macros are recognized. | ||
| 40 | ;;; The open-paren starting the definition must appear in column 0. | ||
| 41 | ;;; | ||
| 42 | ;;; In defvar and defconst, there is an additional rule: | ||
| 43 | ;;; The double-quote that starts the string must be on the same | ||
| 44 | ;;; line as the defvar or defconst. | ||
| 45 | ;;; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| 46 | |||
| 47 | ;;; Code: | 27 | ;;; Code: |
| 48 | 28 | ||
| 49 | (defun make-mode-line-mouse-map (mouse function) "\ | 29 | (defun make-mode-line-mouse-map (mouse function) "\ |