bpt/emacs.git
18 years ago(keep-lines-read-args): Add INTERACTIVE arg.
Luc Teirlinck [Sun, 26 Jun 2005 02:38:08 +0000 (02:38 +0000)]
(keep-lines-read-args): Add INTERACTIVE arg.
(keep-lines): Add INTERACTIVE arg.  Never delete lines only
partially contained in the active region.  Do not take active
region into account when called from Lisp, unless INTERACTIVE arg
is non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(flush-lines): Add INTERACTIVE arg.  Do not take active region
into account when called from Lisp, unless INTERACTIVE arg is
non-nil.  Use `forward-line' instead of `beginning-of-line' to
avoid trouble with fields.  Make marker point nowhere when no
longer used.  Always return nil.  Doc fix.
(how-many): Add INTERACTIVE arg.  Make RSTART and REND args
interchangeable.  Do not take active region into account when
called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
message in echo area when called from Lisp, unless INTERACTIVE arg
is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
Return the number of matches.  Doc fix.
(occur): Doc fix.
(perform-replace): Make comment follow double space convention for
the sake of `outline-minor-mode'.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Jun 2005 02:34:59 +0000 (02:34 +0000)]
*** empty log message ***

18 years ago(Faces): `facep' returns t for strings that are face names.
Luc Teirlinck [Sun, 26 Jun 2005 00:05:46 +0000 (00:05 +0000)]
(Faces): `facep' returns t for strings that are face names.

18 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Jun 2005 00:03:39 +0000 (00:03 +0000)]
*** empty log message ***

18 years ago(facep): Doc fix.
Luc Teirlinck [Sat, 25 Jun 2005 23:48:27 +0000 (23:48 +0000)]
(facep): Doc fix.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 22:38:44 +0000 (22:38 +0000)]
*** empty log message ***

18 years ago(Fcopy_file): New arg PRESERVE_UID_GID.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:49 +0000 (22:37 +0000)]
(Fcopy_file): New arg PRESERVE_UID_GID.
Use fchmod to copy the file modes.
(Frename_file): Don't copy UID and GID here;
instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.

18 years ago(Fx_show_tip): Pass new arg to try_window.
Richard M. Stallman [Sat, 25 Jun 2005 22:37:06 +0000 (22:37 +0000)]
(Fx_show_tip): Pass new arg to try_window.

18 years ago(try_window): New arg CHECK_MARGINS. Calls changed.
Richard M. Stallman [Sat, 25 Jun 2005 22:35:42 +0000 (22:35 +0000)]
(try_window): New arg CHECK_MARGINS.  Calls changed.
(redisplay_window): Handle try_window reporting point in scroll margin.

18 years ago(try_window): Declare new arg.
Richard M. Stallman [Sat, 25 Jun 2005 22:33:51 +0000 (22:33 +0000)]
(try_window): Declare new arg.

18 years ago(facemenu-enable-faces-p): New function.
Richard M. Stallman [Sat, 25 Jun 2005 22:24:10 +0000 (22:24 +0000)]
(facemenu-enable-faces-p): New function.
(facemenu-background-menu, facemenu-foreground-menu)
(facemenu-face-menu): Add menu-enable property.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 14:38:05 +0000 (14:38 +0000)]
*** empty log message ***

18 years ago(call_debugger): Take full care of extending stack limits
Richard M. Stallman [Sat, 25 Jun 2005 14:37:47 +0000 (14:37 +0000)]
(call_debugger): Take full care of extending stack limits
to make space for the debugger, and restore the change afterward.
Bind debug-on-error to nil.
(restore_stack_limits): New subroutine.
(Fsignal): Extend specpdl bound along with eval depth bound,
for calling edebug.  Don't do either one, for calling debugger.
(find_handler_clause): Don't bind debug-on-error here.
Don't unbind anything either.
Temporarily advance max_specpdl_size for calling
internal_with_output_to_temp_buffer.
(grow_specpdl): Don't alter max_specpdl_size before signaling an error.
(syms_of_eval) <max-specpdl-size>: Doc fix.

18 years ago(jka-compr-insert-file-contents):
Richard M. Stallman [Sat, 25 Jun 2005 14:14:21 +0000 (14:14 +0000)]
(jka-compr-insert-file-contents):
Special handling if cannot find the uncompression program.

18 years ago(custom-face-attributes): Add autoload.
Richard M. Stallman [Sat, 25 Jun 2005 14:12:45 +0000 (14:12 +0000)]
(custom-face-attributes): Add autoload.

18 years ago(lisp-mode-variables): Bind comment-indent-function locally.
Richard M. Stallman [Sat, 25 Jun 2005 14:10:23 +0000 (14:10 +0000)]
(lisp-mode-variables): Bind comment-indent-function locally.

18 years ago(Equality Predicates): Clarify meaning of equal.
Richard M. Stallman [Sat, 25 Jun 2005 14:09:07 +0000 (14:09 +0000)]
(Equality Predicates): Clarify meaning of equal.

18 years ago(Selecting Windows): save-selected-window and with-selected-window
Richard M. Stallman [Sat, 25 Jun 2005 14:08:34 +0000 (14:08 +0000)]
(Selecting Windows): save-selected-window and with-selected-window
save and restore the current buffer.

18 years ago(with-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:04:18 +0000 (14:04 +0000)]
(with-selected-window): Use save-current-buffer.

18 years agoFix previous change.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:53 +0000 (14:03 +0000)]
Fix previous change.

18 years ago(save-selected-window): Use save-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 14:03:27 +0000 (14:03 +0000)]
(save-selected-window): Use save-current-buffer.

18 years ago(gud-filter): Simplify using with-selected-window and with-current-buffer.
Richard M. Stallman [Sat, 25 Jun 2005 13:52:15 +0000 (13:52 +0000)]
(gud-filter): Simplify using with-selected-window and with-current-buffer.

18 years agoFix indentation.
Richard M. Stallman [Sat, 25 Jun 2005 13:41:59 +0000 (13:41 +0000)]
Fix indentation.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 04:48:24 +0000 (04:48 +0000)]
*** empty log message ***

18 years ago(read1): 0.0e+NaN should make a "positive" NaN.
Richard M. Stallman [Sat, 25 Jun 2005 04:31:49 +0000 (04:31 +0000)]
(read1): 0.0e+NaN should make a "positive" NaN.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 25 Jun 2005 02:31:45 +0000 (02:31 +0000)]
*** empty log message ***

18 years ago(Text Display): Change index entries.
Richard M. Stallman [Sat, 25 Jun 2005 02:31:31 +0000 (02:31 +0000)]
(Text Display): Change index entries.

18 years ago(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.
Richard M. Stallman [Sat, 25 Jun 2005 02:29:46 +0000 (02:29 +0000)]
(Float Basics): Explain how to test for NaN, and printing the sign of NaNs.

18 years ago(line-move-1): Fix previous change.
Richard M. Stallman [Fri, 24 Jun 2005 21:12:07 +0000 (21:12 +0000)]
(line-move-1): Fix previous change.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 24 Jun 2005 20:27:39 +0000 (20:27 +0000)]
*** empty log message ***

18 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:27:10 +0000 (20:27 +0000)]
(MAKEINFO): Use --force.

18 years ago(MAKEINFO): Use --force.
Eli Zaretskii [Fri, 24 Jun 2005 20:23:30 +0000 (20:23 +0000)]
(MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.

18 years ago(Frename_file): Undo last change: no need to ifdef away
Eli Zaretskii [Fri, 24 Jun 2005 10:41:19 +0000 (10:41 +0000)]
(Frename_file): Undo last change: no need to ifdef away
chown on DOS_NT platforms.

18 years ago(sys_chown): New function.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:56 +0000 (10:39 +0000)]
(sys_chown): New function.

18 years ago(chown): New; define to sys_chown.
Eli Zaretskii [Fri, 24 Jun 2005 10:39:20 +0000 (10:39 +0000)]
(chown): New; define to sys_chown.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 24 Jun 2005 09:33:10 +0000 (09:33 +0000)]
*** empty log message ***

18 years ago(syms_of_xdisp) <nobreak-char-display>: Doc fix.
Juanma Barranquero [Fri, 24 Jun 2005 09:32:11 +0000 (09:32 +0000)]
(syms_of_xdisp) <nobreak-char-display>: Doc fix.
(syms_of_xdisp) <void-text-area-pointer>: Doc fix.

18 years ago(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
Juanma Barranquero [Fri, 24 Jun 2005 09:04:15 +0000 (09:04 +0000)]
(Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.

18 years ago(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.
Juanma Barranquero [Fri, 24 Jun 2005 08:57:12 +0000 (08:57 +0000)]
(gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.

18 years ago(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
Juanma Barranquero [Fri, 24 Jun 2005 02:41:36 +0000 (02:41 +0000)]
(occur-1): Set `buffer-read-only' and the buffer-modified flag before running
`occur-hook' to protect against unintentional buffer switches that can lead to
data loss.

18 years ago(Face Functions): Correct Texinfo usage.
Richard M. Stallman [Fri, 24 Jun 2005 01:49:25 +0000 (01:49 +0000)]
(Face Functions): Correct Texinfo usage.

18 years ago(gdb-send): Remove warning face from errors
Nick Roberts [Fri, 24 Jun 2005 01:32:24 +0000 (01:32 +0000)]
(gdb-send): Remove warning face from errors
after fresh input.
(gdb-var-create-handler): Put name of expression in quotes.

18 years ago(gud-tooltip-print-command): Indent properly.
Nick Roberts [Fri, 24 Jun 2005 01:31:50 +0000 (01:31 +0000)]
(gud-tooltip-print-command): Indent properly.
(gud-gdb-marker-filter): Use font-lock-warning-face for any
initial error.

18 years ago*** empty log message ***
Nick Roberts [Fri, 24 Jun 2005 01:31:07 +0000 (01:31 +0000)]
*** empty log message ***

18 years ago(Rings): `ring-elements' now returns the elements of RING in order.
Luc Teirlinck [Fri, 24 Jun 2005 01:30:16 +0000 (01:30 +0000)]
(Rings): `ring-elements' now returns the elements of RING in order.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 24 Jun 2005 01:29:05 +0000 (01:29 +0000)]
*** empty log message ***

18 years ago(ring-elements): Make it return a list of the elements of RING in
Luc Teirlinck [Fri, 24 Jun 2005 01:20:14 +0000 (01:20 +0000)]
(ring-elements): Make it return a list of the elements of RING in
order, and without bogus nil elements.

18 years ago*** empty log message ***
Richard M. Stallman [Thu, 23 Jun 2005 21:49:52 +0000 (21:49 +0000)]
*** empty log message ***

18 years agoRenamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman [Thu, 23 Jun 2005 21:48:25 +0000 (21:48 +0000)]
Renamed show-nonbreak-escape to nobreak-char-display.

18 years ago(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.
Richard M. Stallman [Thu, 23 Jun 2005 21:47:27 +0000 (21:47 +0000)]
(Antinews): Renamed show-nonbreak-escape to nobreak-char-display.

18 years ago(Top): Update detailed node listing.
Richard M. Stallman [Thu, 23 Jun 2005 21:46:37 +0000 (21:46 +0000)]
(Top): Update detailed node listing.

18 years ago(Text Display): Renamed show-nonbreak-escape
Richard M. Stallman [Thu, 23 Jun 2005 21:46:06 +0000 (21:46 +0000)]
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
(Standard Faces): Split up the list of standard faces
and put it in a separate node.
Add nobreak-space and escape-glyph.

18 years ago(Text Display): Renamed show-nonbreak-escape
Richard M. Stallman [Thu, 23 Jun 2005 21:34:04 +0000 (21:34 +0000)]
(Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.

18 years ago(get_next_display_element):
Richard M. Stallman [Thu, 23 Jun 2005 21:32:26 +0000 (21:32 +0000)]
(get_next_display_element):
Finish reversing the tests of Vnobreak_char_display.

(Vnobreak_char_display): Renamed from Vshow_nonbreak_escape.
All uses changed.
(Qnobreak_space): Renamed from Qno_break_space.  All uses changed.
(syms_of_xdisp): Define nobreak-char-display and nobreak-space.

18 years ago(Frename_file): Preserve owner and group, if possible.
Richard M. Stallman [Thu, 23 Jun 2005 21:29:26 +0000 (21:29 +0000)]
(Frename_file): Preserve owner and group, if possible.

18 years ago(url-cookie-generate-header-lines): Fix autoload cookie.
Richard M. Stallman [Thu, 23 Jun 2005 21:28:07 +0000 (21:28 +0000)]
(url-cookie-generate-header-lines): Fix autoload cookie.

18 years ago(set-variable): Args renamed; doc fix.
Richard M. Stallman [Thu, 23 Jun 2005 21:26:31 +0000 (21:26 +0000)]
(set-variable): Args renamed; doc fix.
(line-move-1): When there are overlays around, use vertical-motion.

18 years ago(escape-glyph): Use brown against light background.
Richard M. Stallman [Thu, 23 Jun 2005 21:24:58 +0000 (21:24 +0000)]
(escape-glyph): Use brown against light background.
(nobreak-space): Renamed from no-break-space.
Fix previous change.

18 years ago(dired-do-copy): Fix arg prompt.
Richard M. Stallman [Thu, 23 Jun 2005 21:23:17 +0000 (21:23 +0000)]
(dired-do-copy): Fix arg prompt.

18 years ago(mail-setup-with-from): Fix custom type.
Richard M. Stallman [Thu, 23 Jun 2005 21:22:43 +0000 (21:22 +0000)]
(mail-setup-with-from): Fix custom type.

18 years ago(Creating a display): Texinfo usage fixes.
Richard M. Stallman [Thu, 23 Jun 2005 17:32:42 +0000 (17:32 +0000)]
(Creating a display): Texinfo usage fixes.

18 years ago(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.
Richard M. Stallman [Thu, 23 Jun 2005 17:30:56 +0000 (17:30 +0000)]
(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.

18 years ago(report-emacs-bug): Use "X server distributor" rather than
Glenn Morris [Thu, 23 Jun 2005 17:02:33 +0000 (17:02 +0000)]
(report-emacs-bug): Use "X server distributor" rather than
"Distributor".

18 years ago*** empty log message ***
Glenn Morris [Thu, 23 Jun 2005 17:02:11 +0000 (17:02 +0000)]
*** empty log message ***

18 years ago(Fx_own_selection_internal): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:20:05 +0000 (16:20 +0000)]
(Fx_own_selection_internal): Follow error conventions.

18 years ago(x_supports_face_attributes_p): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:18:01 +0000 (16:18 +0000)]
(x_supports_face_attributes_p): Follow error conventions.

18 years ago(check_x_frame, check_x_display_info): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:17:04 +0000 (16:17 +0000)]
(check_x_frame, check_x_display_info): Follow error conventions.

18 years ago(Fstring_to_syntax): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:15:29 +0000 (16:15 +0000)]
(Fstring_to_syntax): Follow error conventions.

18 years ago(Freplace_match): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:14:45 +0000 (16:14 +0000)]
(Freplace_match): Follow error conventions.

18 years ago(Fstop_process, Fcontinue_process): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:13:54 +0000 (16:13 +0000)]
(Fstop_process, Fcontinue_process): Follow error conventions.

18 years ago(check_x_frame): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:12:25 +0000 (16:12 +0000)]
(check_x_frame): Follow error conventions.

18 years ago(read_vector): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:10:06 +0000 (16:10 +0000)]
(read_vector): Follow error conventions.

18 years ago(make_frame_without_minibuffer): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:08:43 +0000 (16:08 +0000)]
(make_frame_without_minibuffer): Follow error conventions.

18 years ago(Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:07:51 +0000 (16:07 +0000)]
(Fdefvar, Fdefconst, Feval, Ffuncall): Follow error conventions.

18 years ago(Fsubst_char_in_region): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:06:58 +0000 (16:06 +0000)]
(Fsubst_char_in_region): Follow error conventions.

18 years ago(Fsleep_for, Fsit_for): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:06:10 +0000 (16:06 +0000)]
(Fsleep_for, Fsit_for): Follow error conventions.

18 years ago(Fmake_category_set): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:05:15 +0000 (16:05 +0000)]
(Fmake_category_set): Follow error conventions.

18 years ago(Funexpand_abbrev): Follow error conventions.
Juanma Barranquero [Thu, 23 Jun 2005 16:04:28 +0000 (16:04 +0000)]
(Funexpand_abbrev): Follow error conventions.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 23 Jun 2005 13:58:24 +0000 (13:58 +0000)]
*** empty log message ***

18 years ago(Face Functions): Correct previous change.
Glenn Morris [Thu, 23 Jun 2005 12:14:50 +0000 (12:14 +0000)]
(Face Functions): Correct previous change.

18 years ago*** empty log message ***
Lute Kamstra [Thu, 23 Jun 2005 08:34:34 +0000 (08:34 +0000)]
*** empty log message ***

18 years ago(gnus-article-mode): Use kill-all-local-variables.
Lute Kamstra [Thu, 23 Jun 2005 08:34:10 +0000 (08:34 +0000)]
(gnus-article-mode): Use kill-all-local-variables.

18 years ago(smime-mode): Use gnus-run-mode-hooks.
Lute Kamstra [Thu, 23 Jun 2005 08:33:29 +0000 (08:33 +0000)]
(smime-mode): Use gnus-run-mode-hooks.

18 years ago(dig-mode): Use gnus-run-mode-hooks.
Lute Kamstra [Thu, 23 Jun 2005 08:32:57 +0000 (08:32 +0000)]
(dig-mode): Use gnus-run-mode-hooks.

18 years ago(debugger-special-form-p): New defun.
Lute Kamstra [Thu, 23 Jun 2005 08:20:33 +0000 (08:20 +0000)]
(debugger-special-form-p): New defun.
(debug-on-entry): Use it.  New interactive declaration that uses
function-called-at-point.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Jun 2005 07:54:12 +0000 (07:54 +0000)]
*** empty log message ***

18 years ago(fn_png_init_io): Don't define it.
Juanma Barranquero [Thu, 23 Jun 2005 07:48:13 +0000 (07:48 +0000)]
(fn_png_init_io): Don't define it.
(init_png_functions) [HAVE_NTGUI]: Don't initialize fn_png_init_io.
(png_read_from_file): New function, based on png_read_from_memory.
(png_load): Use it, instead of fn_png_init_io.

18 years ago(Select Input Method): Fix typo.
Lute Kamstra [Thu, 23 Jun 2005 07:40:29 +0000 (07:40 +0000)]
(Select Input Method): Fix typo.

18 years ago(The Mark): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 07:37:15 +0000 (07:37 +0000)]
(The Mark): Texinfo usage fix.

18 years ago*** empty log message ***
Kenichi Handa [Thu, 23 Jun 2005 05:28:10 +0000 (05:28 +0000)]
*** empty log message ***

18 years ago(International): List all supported scripts. Adjust
Kenichi Handa [Thu, 23 Jun 2005 05:26:58 +0000 (05:26 +0000)]
(International): List all supported scripts.  Adjust
text for that leim is now included in the normal Emacs
distribution.
(Language Environments): List all language environments.
Intlfonts contains fonts for most supported scripts, not all..
(Select Input Method): Refer to C-u C-x = to see how to type to
input a specifc character.
(Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.

18 years ago*** empty log message ***
Juanma Barranquero [Thu, 23 Jun 2005 01:47:32 +0000 (01:47 +0000)]
*** empty log message ***

18 years ago(Grep Searching): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:22:28 +0000 (01:22 +0000)]
(Grep Searching): Texinfo usage fix.

18 years ago(Miscellaneous Commands): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:21:38 +0000 (01:21 +0000)]
(Miscellaneous Commands): Texinfo usage fix.

18 years ago(Miscellaneous): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:20:30 +0000 (01:20 +0000)]
(Miscellaneous): Texinfo usage fix.

18 years ago(MIME Commands, Fancy Mail Splitting, Agent Visuals, Agent Variables): Texinfo
Juanma Barranquero [Thu, 23 Jun 2005 01:19:43 +0000 (01:19 +0000)]
(MIME Commands, Fancy Mail Splitting, Agent Visuals, Agent Variables): Texinfo
usage fix.

18 years ago(Help-Xref): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:17:30 +0000 (01:17 +0000)]
(Help-Xref): Texinfo usage fix.

18 years ago(Message Headers): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:16:33 +0000 (01:16 +0000)]
(Message Headers): Texinfo usage fix.

18 years ago(Remember): Texinfo usage fix.
Juanma Barranquero [Thu, 23 Jun 2005 01:15:19 +0000 (01:15 +0000)]
(Remember): Texinfo usage fix.

18 years ago(Options (Defining Label Environments), Options (Index Support), Options
Juanma Barranquero [Thu, 23 Jun 2005 01:13:41 +0000 (01:13 +0000)]
(Options (Defining Label Environments), Options (Index Support), Options
(Viewing Cross-References), Options (Misc), Changes): Texinfo usage fix.