Mercurial > emacs
changeset 55510:2b15e893127e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 10 May 2004 18:18:23 +0000 |
parents | dbf692d994dc |
children | 5dbde1bf6cad |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/lisp/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -26,16 +26,21 @@ 2004-05-10 Juanma Barranquero <lektu@terra.es> + * help-fns.el (help-argument-name): Default to italic. + (help-highlight-arguments): Return always (usage . doc), even when + usage is nil. + + * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter) + (define-ibuffer-filter): Add usage info. + (define-ibuffer-op): Add usage info (but CL-style defaults for + keyword args are not shown). + * subr.el (remove-overlays, read-passwd): Fix docstring. (start-process-shell-command): Fix docstring. Put usage info in a format usable by `describe-function'. (open-network-stream, open-network-stream-nowait) (open-network-stream-server): Fix docstring. - * help-fns.el (help-argument-name): Default to italic. - (help-highlight-arguments): Return always (usage . doc), even when - usage is nil. - 2004-05-09 Jason Rumney <jasonr@gnu.org> * international/code-pages (cp932, cp936, cp949, c950): Remove.
--- a/lispref/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/lispref/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -1,3 +1,9 @@ +2004-05-10 Juanma Barranquero <lektu@terra.es> + + * modes.texi (Mode Line Variables): Fix description of + global-mode-string, which is now after which-func-mode, not the + buffer name. + 2004-05-07 Lars Hansen <larsh@math.ku.dk> * modes.texi (Desktop Save Mode): Add.
--- a/src/ChangeLog Mon May 10 18:13:07 2004 +0000 +++ b/src/ChangeLog Mon May 10 18:18:23 2004 +0000 @@ -1,3 +1,12 @@ +2004-05-10 Juanma Barranquero <lektu@terra.es> + + * process.c (Fstart_process): Fix docstring. + + * charset.c (Fget_unused_iso_final_char): Fix typos in docstring. + (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction) + (Fsplit_char, Fchar_charset): Make argument names match their use + in docstring. + 2004-05-10 Richard M. Stallman <rms@gnu.org> * print.c (print_preprocess): Use being_printed, loop_count and