+2009-10-01 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
+ rather than parsing it as a regexp. This relaxes the layout
+ requirements and makes errors easier to detect.
+ (check-declare-verify): Check file is regular.
+ (check-declare-directory): Doc fix.
+ * subr.el (declare-function): Doc fix.
+
2009-10-01 Juanma Barranquero <lekktu@gmail.com>
* cedet/semantic/wisent/javat-wy.el
empty argument list, rather than an unspecified one.
Note that for the purposes of `check-declare', this statement
-must be the first non-whitespace on a line, and everything up to
-the end of FILE must be all on the same line. For example:
-
-\(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
- \(&optional arg))
+must be the first non-whitespace on a line.
For more information, see Info node `(elisp)Declaring Functions'."
;; Does nothing - byte-compile-declare-function does the work.