diff options
| author | John Paul Wallington | 2008-06-04 13:42:34 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2008-06-04 13:42:34 +0000 |
| commit | 301f6b87c1e9fdd6b3a6c236a4bdc64853bde311 (patch) | |
| tree | 513351c3c38685aea7dcd742b840780941c9fc95 | |
| parent | a0de8967f4ff23092a353ea800bc0ef0747d679f (diff) | |
| download | emacs-301f6b87c1e9fdd6b3a6c236a4bdc64853bde311.tar.gz emacs-301f6b87c1e9fdd6b3a6c236a4bdc64853bde311.zip | |
(define-ccl-program): Add `doc-string' declaration.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/international/ccl.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9bd20fc9956..c48d3c7e23e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,9 @@ | |||
| 3 | * echistory.el (electric-history-map): Define within defvar. | 3 | * echistory.el (electric-history-map): Define within defvar. |
| 4 | Add docstring. | 4 | Add docstring. |
| 5 | 5 | ||
| 6 | * international/ccl.el (define-ccl-program): Add `doc-string' | ||
| 7 | declaration. | ||
| 8 | |||
| 6 | 2008-06-04 Juanma Barranquero <lekktu@gmail.com> | 9 | 2008-06-04 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 10 | ||
| 8 | * face-remap.el (variable-pitch-mode): Reflow docstrings. | 11 | * face-remap.el (variable-pitch-mode): Reflow docstrings. |
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index e1fb658f860..bd4d7373b2f 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el | |||
| @@ -1304,6 +1304,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program." | |||
| 1304 | 1304 | ||
| 1305 | ;;;###autoload | 1305 | ;;;###autoload |
| 1306 | (defmacro define-ccl-program (name ccl-program &optional doc) | 1306 | (defmacro define-ccl-program (name ccl-program &optional doc) |
| 1307 | (declare (doc-string 3)) | ||
| 1307 | "Set NAME the compiled code of CCL-PROGRAM. | 1308 | "Set NAME the compiled code of CCL-PROGRAM. |
| 1308 | 1309 | ||
| 1309 | CCL-PROGRAM has this form: | 1310 | CCL-PROGRAM has this form: |