]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-ccl-program): Add `doc-string' declaration.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 4 Jun 2008 13:42:34 +0000 (13:42 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 4 Jun 2008 13:42:34 +0000 (13:42 +0000)
lisp/ChangeLog
lisp/international/ccl.el

index 9bd20fc99561a9d2b274ff0175a3100ba7df825c..c48d3c7e23ea86de405090099ee1eb80d395f1e0 100644 (file)
@@ -3,6 +3,9 @@
        * echistory.el (electric-history-map): Define within defvar.
        Add docstring.
 
+       * international/ccl.el (define-ccl-program): Add `doc-string'
+       declaration.
+
 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * face-remap.el (variable-pitch-mode): Reflow docstrings.
index e1fb658f8606c9dd4da30eb69da2e8cffb6b9f91..bd4d7373b2f3ef53d03904600a897bc58726bc22 100644 (file)
@@ -1304,6 +1304,7 @@ Optional arg VECTOR is a compiled CCL code of the CCL program."
 
 ;;;###autoload
 (defmacro define-ccl-program (name ccl-program &optional doc)
+  (declare (doc-string 3))
   "Set NAME the compiled code of CCL-PROGRAM.
 
 CCL-PROGRAM has this form: