bpt/emacs.git
23 years ago(Ffind_composition_internal): Check POS
Gerd Moellmann [Mon, 18 Jun 2001 10:41:42 +0000 (10:41 +0000)]
(Ffind_composition_internal): Check POS
for validity.

23 years ago(bs--get-name, bs--get-file-name): Add help-echo to
Eli Zaretskii [Mon, 18 Jun 2001 10:21:59 +0000 (10:21 +0000)]
(bs--get-name, bs--get-file-name): Add help-echo to
mouse-highlighted text.

23 years agoFix a typo in a comment.
Eli Zaretskii [Mon, 18 Jun 2001 07:11:33 +0000 (07:11 +0000)]
Fix a typo in a comment.

23 years ago(Text): Fix a cross-reference to autotype.
Eli Zaretskii [Mon, 18 Jun 2001 07:02:50 +0000 (07:02 +0000)]
(Text): Fix a cross-reference to autotype.

23 years ago(dired-mark-pop-up): Fix last change.
Eli Zaretskii [Mon, 18 Jun 2001 06:51:38 +0000 (06:51 +0000)]
(dired-mark-pop-up): Fix last change.

23 years ago(Hideshow): Remove the obsolete variable hs-show-hidden-short-form.
Eli Zaretskii [Sun, 17 Jun 2001 13:19:47 +0000 (13:19 +0000)]
(Hideshow): Remove the obsolete variable hs-show-hidden-short-form.

23 years ago(generate-calendar-month): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 13:10:27 +0000 (13:10 +0000)]
(generate-calendar-month): Add help-echo to mouse-highlighted text.

23 years ago(quickurl-url-file): Run through convert-standard-filename.
Eli Zaretskii [Sun, 17 Jun 2001 11:47:54 +0000 (11:47 +0000)]
(quickurl-url-file): Run through convert-standard-filename.
(quickurl-list-populate-buffer): Add help-echo to mouse-highlighted text.
(top level): Update Dave's URL.

23 years ago(list-buffers-noselect): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:33:10 +0000 (11:33 +0000)]
(list-buffers-noselect): Add help-echo to mouse-highlighted text.

23 years ago(tex-validate-buffer): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:25:12 +0000 (11:25 +0000)]
(tex-validate-buffer): Add help-echo to mouse-highlighted text.

23 years ago(pages-copy-header-and-position): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:24:36 +0000 (11:24 +0000)]
(pages-copy-header-and-position): Add help-echo to mouse-highlighted text.

23 years ago(tar-header-block-summarize): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:23:58 +0000 (11:23 +0000)]
(tar-header-block-summarize): Add help-echo to mouse-highlighted text.

23 years ago(occur): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:23:17 +0000 (11:23 +0000)]
(occur): Add help-echo to mouse-highlighted text.

23 years ago(sh-mark-line): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:22:35 +0000 (11:22 +0000)]
(sh-mark-line): Add help-echo to mouse-highlighted text.

23 years ago(cpp-make-button): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:21:48 +0000 (11:21 +0000)]
(cpp-make-button): Add help-echo to mouse-highlighted text.

23 years ago(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
Eli Zaretskii [Sun, 17 Jun 2001 11:21:07 +0000 (11:21 +0000)]
(compile-reinitialize-errors): Add help-echo to mouse-highlighted messages.
(compilation-forget-errors): Remove help-echo property as well.

23 years ago(lm-plot-square, lm-init-display): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:19:50 +0000 (11:19 +0000)]
(lm-plot-square, lm-init-display): Add help-echo to mouse-highlighted text.

23 years ago(gomoku-plot-square, gomoku-init-display): Add help-echo to mouse-highlighted
Eli Zaretskii [Sun, 17 Jun 2001 11:19:11 +0000 (11:19 +0000)]
(gomoku-plot-square, gomoku-init-display): Add help-echo to mouse-highlighted
text.

23 years ago(dired-insert-set-properties): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:18:16 +0000 (11:18 +0000)]
(dired-insert-set-properties): Add help-echo to mouse-highlighted text.
(dired-mark-pop-up): Remove help-echo property from the file name.

23 years ago(comint-send-input): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:17:17 +0000 (11:17 +0000)]
(comint-send-input): Add help-echo to mouse-highlighted text.

23 years ago(archive-summarize-files): Add help-echo to mouse-highlighted text.
Eli Zaretskii [Sun, 17 Jun 2001 11:16:18 +0000 (11:16 +0000)]
(archive-summarize-files): Add help-echo to mouse-highlighted text.

23 years ago(ffap-machine-p): Always return nil if
Eli Zaretskii [Sun, 17 Jun 2001 10:44:45 +0000 (10:44 +0000)]
(ffap-machine-p): Always return nil if
open-network-stream is not fboundp.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 17 Jun 2001 09:22:54 +0000 (09:22 +0000)]
*** empty log message ***

23 years agoMove `provide' to the end. Update copyright.
Stefan Monnier [Sun, 17 Jun 2001 09:01:23 +0000 (09:01 +0000)]
Move `provide' to the end.  Update copyright.
(sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
Bind the latin-1 charset-char to sgml-maybe-name-self rather than
incorrectly binding chars between 128 and 256 to it.
(sgml-maybe-name-self): Handle latin-1 chars properly.
(sgml-tags-invisible): Bind buffer-file-name to nil.
Use unwind-protect and restore-buffer-modified-p.
(sgml-point-entered): Use buffer-substring-no-properties.
(html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
(html-mode): Don't force `imenu-sort-function'.

23 years agoClarify the meaning of ``load-path is not customizable''. Someone just
Eli Zaretskii [Sat, 16 Jun 2001 08:04:27 +0000 (08:04 +0000)]
Clarify the meaning of ``load-path is not customizable''.  Someone just
asked on comp.emacs how he could change load-path in Emacs 21!!

23 years agoFix the URL where Emacs for VMS is available.
Eli Zaretskii [Sat, 16 Jun 2001 07:17:18 +0000 (07:17 +0000)]
Fix the URL where Emacs for VMS is available.

23 years agoProofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii [Fri, 15 Jun 2001 17:08:12 +0000 (17:08 +0000)]
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.

23 years agoProofreading fixes from Art the Lemming <lemming@gimp.shacknet.nu>.
Eli Zaretskii [Fri, 15 Jun 2001 16:30:57 +0000 (16:30 +0000)]
Proofreading fixes from Art the Lemming <lemming@gimp.shacknet.nu>.

23 years agoFix the copyright notice.
Eli Zaretskii [Fri, 15 Jun 2001 15:32:38 +0000 (15:32 +0000)]
Fix the copyright notice.

23 years agoDocument problems with OPENSTEP's gcc. Provide a work-around.
Eli Zaretskii [Fri, 15 Jun 2001 11:37:56 +0000 (11:37 +0000)]
Document problems with OPENSTEP's gcc.  Provide a work-around.

23 years ago(Fmessage_box): If the frame is not under a window
Eli Zaretskii [Fri, 15 Jun 2001 11:31:11 +0000 (11:31 +0000)]
(Fmessage_box): If the frame is not under a window
system, output the message in the echo area.

23 years agoDocument problems with KDE's klipper.
Eli Zaretskii [Fri, 15 Jun 2001 10:51:45 +0000 (10:51 +0000)]
Document problems with KDE's klipper.

23 years ago(font-lock-comment-face): For tty's with dark
Eli Zaretskii [Fri, 15 Jun 2001 10:16:29 +0000 (10:16 +0000)]
(font-lock-comment-face): For tty's with dark
background, use "red1", since "lightred" is not one of the colors
recognized by tty-colors.el.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 15 Jun 2001 10:12:26 +0000 (10:12 +0000)]
*** empty log message ***

23 years agoMore info about fixing problems with colors on a tty.
Eli Zaretskii [Fri, 15 Jun 2001 10:04:55 +0000 (10:04 +0000)]
More info about fixing problems with colors on a tty.

23 years ago(tar-extract): Call generate-new-buffer-name to
Eli Zaretskii [Fri, 15 Jun 2001 09:42:36 +0000 (09:42 +0000)]
(tar-extract): Call generate-new-buffer-name to
create a buffer for extracted file, in case there's more than one
file by that name in an archive, possibly in different
directories.  From Kevin Rodgers <kevinr@ihs.com>.

23 years ago(MS-DOS Printing): Mention that printer port can be redirected via
Eli Zaretskii [Fri, 15 Jun 2001 09:37:19 +0000 (09:37 +0000)]
(MS-DOS Printing): Mention that printer port can be redirected via
Control Panel.

23 years agoProofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.
Eli Zaretskii [Fri, 15 Jun 2001 08:46:58 +0000 (08:46 +0000)]
Proofreading fixes from Peter Milliken <Peter.Milliken@GTECH.COM>.

23 years agoProofreading fixes from Tim Sanders <tim@timsanders.freeserve.co.uk>.
Eli Zaretskii [Fri, 15 Jun 2001 08:34:56 +0000 (08:34 +0000)]
Proofreading fixes from Tim Sanders <tim@timsanders.freeserve.co.uk>.

23 years agoProofreading fixes friom Danny Colascione <qtmstr@optonline.net>.
Eli Zaretskii [Fri, 15 Jun 2001 08:20:57 +0000 (08:20 +0000)]
Proofreading fixes friom Danny Colascione <qtmstr@optonline.net>.

23 years agoProofreading fixes from Danny Colascione <qtmstr@optonline.net>.
Eli Zaretskii [Fri, 15 Jun 2001 08:17:37 +0000 (08:17 +0000)]
Proofreading fixes from Danny Colascione <qtmstr@optonline.net>.

23 years agoFixed a typo in a comment.
Eli Zaretskii [Fri, 15 Jun 2001 07:31:16 +0000 (07:31 +0000)]
Fixed a typo in a comment.

23 years ago(format-alist): Doc fix. Suggested by Alex Schroeder <alex@gnu.org>.
Eli Zaretskii [Fri, 15 Jun 2001 07:26:20 +0000 (07:26 +0000)]
(format-alist): Doc fix.  Suggested by Alex Schroeder <alex@gnu.org>.

23 years ago(texinfo-format-syntax-table): Revert previous change.
Miles Bader [Fri, 15 Jun 2001 00:57:40 +0000 (00:57 +0000)]
(texinfo-format-syntax-table): Revert previous change.

23 years agoGive advice about how to default position args and region args.
Richard M. Stallman [Thu, 14 Jun 2001 21:05:55 +0000 (21:05 +0000)]
Give advice about how to default position args and region args.

23 years ago*** empty log message ***
Richard M. Stallman [Thu, 14 Jun 2001 21:02:05 +0000 (21:02 +0000)]
*** empty log message ***

23 years ago(try_window_id): When EOB is visible, don't treat
Richard M. Stallman [Thu, 14 Jun 2001 21:01:07 +0000 (21:01 +0000)]
(try_window_id): When EOB is visible, don't treat
insertion at EOB as if it were "off the bottom of the screen."

23 years ago(keep-lines-read-args): Return just a regexp.
Richard M. Stallman [Thu, 14 Jun 2001 20:54:34 +0000 (20:54 +0000)]
(keep-lines-read-args): Return just a regexp.
Provide nil for the region args.
(keep-lines, flush-lines, how-many):
Calculate the defaults for the region here, when args are nil.

23 years ago(rot13-other-window): Some more doc fix.
Eli Zaretskii [Thu, 14 Jun 2001 15:45:09 +0000 (15:45 +0000)]
(rot13-other-window): Some more doc fix.

23 years ago(case-replace, query-replace-from-history-variable)
Eli Zaretskii [Thu, 14 Jun 2001 08:17:19 +0000 (08:17 +0000)]
(case-replace, query-replace-from-history-variable)
(query-replace-to-history-variable, keep-lines-read-args)
(occur-revert-function, query-replace-help): Dox fix.

23 years ago(rot13-other-window): Doc fix.
Eli Zaretskii [Thu, 14 Jun 2001 08:07:14 +0000 (08:07 +0000)]
(rot13-other-window): Doc fix.

23 years ago(texinfo-format-syntax-table): Change syntax of " and \ to "." (punctuation).
Miles Bader [Thu, 14 Jun 2001 02:54:34 +0000 (02:54 +0000)]
(texinfo-format-syntax-table): Change syntax of " and \ to "." (punctuation).

23 years ago(texinfo-mode-syntax-table): Change syntax of " and \ to "." (punctuation).
Miles Bader [Thu, 14 Jun 2001 02:53:38 +0000 (02:53 +0000)]
(texinfo-mode-syntax-table): Change syntax of " and \ to "." (punctuation).

23 years ago(diff-font-lock-keywords): Fix unanchored regexp.
Stefan Monnier [Wed, 13 Jun 2001 19:52:43 +0000 (19:52 +0000)]
(diff-font-lock-keywords): Fix unanchored regexp.

23 years ago(backquote-process): Handle `[,@SYMBOL].
Richard M. Stallman [Wed, 13 Jun 2001 15:30:35 +0000 (15:30 +0000)]
(backquote-process): Handle `[,@SYMBOL].

23 years ago(shell-command-on-region): Never kill the *Shell Command Output* buffer.
Richard M. Stallman [Wed, 13 Jun 2001 15:26:29 +0000 (15:26 +0000)]
(shell-command-on-region): Never kill the *Shell Command Output* buffer.

23 years agoClarify the causes for "misalignment" error messages in Ispell.
Eli Zaretskii [Wed, 13 Jun 2001 12:31:09 +0000 (12:31 +0000)]
Clarify the causes for "misalignment" error messages in Ispell.

23 years agoAdd a few more index entries for desktop.el.
Eli Zaretskii [Wed, 13 Jun 2001 08:59:13 +0000 (08:59 +0000)]
Add a few more index entries for desktop.el.

23 years agoAdvise TeX about hyphenation of "dictionary".
Eli Zaretskii [Mon, 11 Jun 2001 16:23:01 +0000 (16:23 +0000)]
Advise TeX about hyphenation of "dictionary".

23 years ago(create_child): Add new parameter is_gui_app.
Andrew Innes [Mon, 11 Jun 2001 11:00:24 +0000 (11:00 +0000)]
(create_child): Add new parameter is_gui_app.
(w32_executable_type): Add new parameter is_gui_app.
(sys_spawnve): Use it.
(sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
SIGQUIT.  This matches better how the signals are interpreted by
MSVC compiled programs.
(syms_of_ntproc): Update docstring.

23 years agoFix a typo.
Eli Zaretskii [Mon, 11 Jun 2001 10:08:57 +0000 (10:08 +0000)]
Fix a typo.

23 years agoChange wording.
Eli Zaretskii [Mon, 11 Jun 2001 10:05:04 +0000 (10:05 +0000)]
Change wording.

23 years agoFix typo.
Richard M. Stallman [Mon, 11 Jun 2001 09:33:32 +0000 (09:33 +0000)]
Fix typo.

23 years agoUpdate various command names and variable defaults.
Richard M. Stallman [Mon, 11 Jun 2001 09:33:01 +0000 (09:33 +0000)]
Update various command names and variable defaults.
Don't mention c-strict-syntax-p, which is obsolete.

23 years agoDon't use the British spelling of "behaviour".
Eli Zaretskii [Mon, 11 Jun 2001 08:47:08 +0000 (08:47 +0000)]
Don't use the British spelling of "behaviour".

23 years agoFix a typo.
Eli Zaretskii [Mon, 11 Jun 2001 08:40:19 +0000 (08:40 +0000)]
Fix a typo.

23 years ago(perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.
Stefan Monnier [Sun, 10 Jun 2001 18:02:43 +0000 (18:02 +0000)]
(perl-font-lock-syntactic-keywords): New var, to recognize ${ $' and PODs.
(perl-font-lock-syntactic-face-function): New function.
(perl-mode): Use them.
(perl-continuation-line-p): New function, from perl-calculate-indent.
(perl-calculate-indent): Use it, to properly handle continuation
lines of continuation lines.

23 years agoGet rid of Overfull hbox messages from TeX.
Eli Zaretskii [Sun, 10 Jun 2001 16:26:00 +0000 (16:26 +0000)]
Get rid of Overfull hbox messages from TeX.

23 years agoMention that mule-unicode-* charsets aren't unified with the others.
Eli Zaretskii [Sun, 10 Jun 2001 10:13:08 +0000 (10:13 +0000)]
Mention that mule-unicode-* charsets aren't unified with the others.

23 years ago(server-process, server-buffer-clients): Doc fix.
Eli Zaretskii [Sun, 10 Jun 2001 08:45:41 +0000 (08:45 +0000)]
(server-process, server-buffer-clients): Doc fix.
From Pavel Janik <Pavel@Janik.cz>.

23 years ago(Basic Indent): Add a cross-reference to description of indent-tabs-mode.
Eli Zaretskii [Sat, 9 Jun 2001 14:19:25 +0000 (14:19 +0000)]
(Basic Indent): Add a cross-reference to description of indent-tabs-mode.

23 years agoAdd a cross-reference to the description of indent-tabs-mode.
Eli Zaretskii [Sat, 9 Jun 2001 14:15:34 +0000 (14:15 +0000)]
Add a cross-reference to the description of indent-tabs-mode.

23 years ago(eshell-exit-success-p): Use a string-match to test if the last
John Wiegley [Sat, 9 Jun 2001 05:24:15 +0000 (05:24 +0000)]
(eshell-exit-success-p): Use a string-match to test if the last
command was Lisp or not.
(eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x
C".

23 years agoRemoved an empty comment.
John Wiegley [Sat, 9 Jun 2001 05:23:38 +0000 (05:23 +0000)]
Removed an empty comment.

23 years ago*** empty log message ***
John Wiegley [Sat, 9 Jun 2001 05:22:11 +0000 (05:22 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Fri, 8 Jun 2001 12:08:28 +0000 (12:08 +0000)]
*** empty log message ***

23 years agoFix a bad @setfilename.
Eli Zaretskii [Fri, 8 Jun 2001 11:00:41 +0000 (11:00 +0000)]
Fix a bad @setfilename.

23 years ago(grep-regexp-alist): Remove definition, since the
Eli Zaretskii [Fri, 8 Jun 2001 10:57:27 +0000 (10:57 +0000)]
(grep-regexp-alist): Remove definition, since the
general one on compile.el supports drive letters.

23 years ago*** empty log message ***
Carsten Dominik [Fri, 8 Jun 2001 08:56:37 +0000 (08:56 +0000)]
*** empty log message ***

23 years agoUpdated to version 4.16
Carsten Dominik [Fri, 8 Jun 2001 08:55:05 +0000 (08:55 +0000)]
Updated to version 4.16

23 years ago* reftex-ref.el (reftex-select-label-help): Added "z" key
Carsten Dominik [Fri, 8 Jun 2001 08:43:20 +0000 (08:43 +0000)]
* reftex-ref.el (reftex-select-label-help): Added "z" key
description.

* reftex-sel.el (reftex-select-jump): New command.

* reftex-toc.el (reftex-toc-help): Added "z" key description.
(reftex-toc-jump): New command.

* reftex-cite.el (reftex-parse-bibitem): Regexp changed to parse
international characters as well.

* reftex.el: Added autoloads for \12eftex-varioref-vref',
\12eftex-fancyref-fref', \12eftex-fancyref-Fref'

* reftex-vars.el:  Protected single backslash in many docstrings.

* reftex-dcr.el (reftex-view-crossref): added SPACE and TAB to the
key separaotrs.

23 years ago(Hideshow): Fix the docs of keybindings which used a single `@'.
Eli Zaretskii [Thu, 7 Jun 2001 16:01:50 +0000 (16:01 +0000)]
(Hideshow): Fix the docs of keybindings which used a single `@'.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 7 Jun 2001 13:57:58 +0000 (13:57 +0000)]
*** empty log message ***

23 years ago(auto-coding-alist): Remove redundant
Eli Zaretskii [Thu, 7 Jun 2001 13:56:38 +0000 (13:56 +0000)]
(auto-coding-alist): Remove redundant
up-cased versions of the extensions (auto-coding-alist-lookup is
case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
.gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.

23 years agoFix Next and Prev pointers in @node directives, so
Eli Zaretskii [Thu, 7 Jun 2001 13:49:33 +0000 (13:49 +0000)]
Fix Next and Prev pointers in @node directives, so
that SPC can be used to traverse the whole document in sequence.

23 years agoChange "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii [Thu, 7 Jun 2001 10:23:13 +0000 (10:23 +0000)]
Change "Dired Commands" to "Dired Navigation".  Move the general
explanation of Dired bindings to the chapter intro.  Document
dired-up-directory and its key `^'.

23 years ago(lisp-indent-offset): Add a doc string.
Eli Zaretskii [Tue, 5 Jun 2001 08:50:20 +0000 (08:50 +0000)]
(lisp-indent-offset): Add a doc string.

23 years ago2001-06-04 Andrew Choi <akochoi@i-cable.com>
Andrew Choi [Mon, 4 Jun 2001 01:14:31 +0000 (01:14 +0000)]
2001-06-04  Andrew Choi  <akochoi@i-cable.com>

* quail/.cvsignore: Change CTLauB.el to CTLau-b5.el.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 3 Jun 2001 23:00:47 +0000 (23:00 +0000)]
*** empty log message ***

23 years agoMinor change.
Richard M. Stallman [Sun, 3 Jun 2001 13:05:21 +0000 (13:05 +0000)]
Minor change.

23 years agoselected buffer <=> current buffer.
Richard M. Stallman [Sat, 2 Jun 2001 20:55:48 +0000 (20:55 +0000)]
selected buffer <=> current buffer.

23 years agoselected buffer => current buffer.
Richard M. Stallman [Sat, 2 Jun 2001 20:54:03 +0000 (20:54 +0000)]
selected buffer => current buffer.

23 years ago(clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
Stefan Monnier [Sat, 2 Jun 2001 19:19:05 +0000 (19:19 +0000)]
(clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
well otherwise note_mouse_highlight might optimize away highlighting
if we pass over that same overlay again.

23 years ago(Compilation Mode): Document compilation-error-regexp-alist.
Eli Zaretskii [Sat, 2 Jun 2001 06:28:37 +0000 (06:28 +0000)]
(Compilation Mode): Document compilation-error-regexp-alist.

23 years ago(Fload): Document that the argument is run via substitute-in-file-name.
Eli Zaretskii [Sat, 2 Jun 2001 06:12:18 +0000 (06:12 +0000)]
(Fload): Document that the argument is run via substitute-in-file-name.

23 years ago(describe-variable): Put value on same line
Richard M. Stallman [Fri, 1 Jun 2001 18:02:04 +0000 (18:02 +0000)]
(describe-variable): Put value on same line
with preceding text, if it is short enough to look good that way.

23 years agoCorrect names of some C mode indentation commands.
Richard M. Stallman [Fri, 1 Jun 2001 18:01:37 +0000 (18:01 +0000)]
Correct names of some C mode indentation commands.

23 years agoUpdate Customization buffer examples
Richard M. Stallman [Fri, 1 Jun 2001 17:57:23 +0000 (17:57 +0000)]
Update Customization buffer examples
and some other minor changes.

23 years agoProofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii [Fri, 1 Jun 2001 16:54:11 +0000 (16:54 +0000)]
Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.

23 years ago*** empty log message ***
Andrew Innes [Fri, 1 Jun 2001 13:46:18 +0000 (13:46 +0000)]
*** empty log message ***