]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 10:25:36 +0000 (10:25 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 21 Oct 2001 10:25:36 +0000 (10:25 +0000)
lib-src/ChangeLog
lisp/ChangeLog
src/ChangeLog

index e893b22df22ca8676f73a1e54f1c577f2c0a26ae..cadf9cc8aa4bfcbf555572162b4a54bded60a1fa 100644 (file)
@@ -1,3 +1,10 @@
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * make-docfile.c (read_c_string_or_comment): Add SAW_USAGE
+       parameter, and implement scanning for a `usage:' keyword.
+       (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
+       Don't output a usage-string if there was one in the doc-string.
+
 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
 
        * Version 21.1 released.
index fcd637ac2ef5a33198893307c532b0e48a603275..69376212323ec225132e7597b1bc67080c1b7fed 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-21  Miles Bader  <miles@gnu.org>
 
+       * help-funs.el (help-manyarg-func-alist): Remove entries for
+       `list', `vector', `make-byte-code', `call-process',
+       `call-process-region', `string', `+', `-', `*', `/', `max', `min',
+       `logand', `logior', and `logxor'.
+
        * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
        image bits to compensate.  Use `make-string' instead of
        `make-bool-vector' (XBM apparently wants byte-aligned rows).
index 3931c39f95536a6288681939422c1f67222cf033..ab5168940ad94eeaee55ac5f167366a729aae8fb 100644 (file)
@@ -1,3 +1,11 @@
+2001-10-21  Miles Bader  <miles@gnu.org>
+
+       * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior) 
+       (Flogxor): Add usage: string to doc string.
+       * charset.c (Fstring): Likewise.
+       * callproc.c (Fcall_process_region, Fcall_process): Likewise.
+       * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
+
 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.