]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoAdd copyright notices for all files. README is a new file, mainly
Eli Zaretskii [Thu, 1 Mar 2001 17:19:33 +0000 (17:19 +0000)]
Add copyright notices for all files.  README is a new file, mainly
as a place for copyright notice for the binary files.

23 years ago(Fx_create_frame): Adjust the frame's height for presence
Gerd Moellmann [Thu, 1 Mar 2001 16:39:11 +0000 (16:39 +0000)]
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 1 Mar 2001 15:28:57 +0000 (15:28 +0000)]
*** empty log message ***

23 years ago(free_frame_menubar): Set the frame's menubar_widget to
Gerd Moellmann [Thu, 1 Mar 2001 15:28:26 +0000 (15:28 +0000)]
(free_frame_menubar): Set the frame's menubar_widget to
NULL after destroying it, otherwise XTread_socket can access a
destroyed widget when input is unblocked.

23 years ago(ediff-scroll-horizontally): Arrange for
Gerd Moellmann [Thu, 1 Mar 2001 14:52:03 +0000 (14:52 +0000)]
(ediff-scroll-horizontally): Arrange for
scroll-left and scroll-right being called interactively so that
they set the window's min_hscroll.

23 years ago(Indirect Buffers): Add a @key[RET}.
Gerd Moellmann [Thu, 1 Mar 2001 14:29:05 +0000 (14:29 +0000)]
(Indirect Buffers): Add a @key[RET}.

23 years ago(Help): Add @key[RET} in @items.
Gerd Moellmann [Thu, 1 Mar 2001 14:28:32 +0000 (14:28 +0000)]
(Help): Add @key[RET} in @items.

23 years ago(info-insert-file-contents-1): Accept an additional
Eli Zaretskii [Thu, 1 Mar 2001 14:14:09 +0000 (14:14 +0000)]
(info-insert-file-contents-1): Accept an additional
argument `lfn': if it is non-nil, concatenate `filename' and
`suffix'; otherwise use the complicated MS-DOS code.  All callers
changed.
(info-insert-file-contents, Info-find-node): If the MS-DOS port
can access long file names, try the long file-name version of
`info-insert-file-contents-1', then the short file-name version.

23 years agoFix last change.
Eli Zaretskii [Thu, 1 Mar 2001 13:53:04 +0000 (13:53 +0000)]
Fix last change.

23 years agoDocument the problems with "Text file busy" due to buggy NFS servers.
Eli Zaretskii [Thu, 1 Mar 2001 13:50:51 +0000 (13:50 +0000)]
Document the problems with "Text file busy" due to buggy NFS servers.

23 years ago(x_set_foreground_color): Set the background of the
Gerd Moellmann [Thu, 1 Mar 2001 13:12:24 +0000 (13:12 +0000)]
(x_set_foreground_color): Set the background of the
cursor GC.

23 years ago(x_set_font): Handle case of x_new_fontset returning the
Gerd Moellmann [Thu, 1 Mar 2001 12:57:24 +0000 (12:57 +0000)]
(x_set_font): Handle case of x_new_fontset returning the
same name as before, although there was a change in fontsets.

23 years ago* lisp.h (Fframe_parameter): Declare.
Ken Raeburn [Wed, 28 Feb 2001 17:43:49 +0000 (17:43 +0000)]
* lisp.h (Fframe_parameter): Declare.

23 years ago* window.c (set_window_buffer): Field vscroll is an int, not a lisp object.
Ken Raeburn [Wed, 28 Feb 2001 17:41:06 +0000 (17:41 +0000)]
* window.c (set_window_buffer): Field vscroll is an int, not a lisp object.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Feb 2001 15:06:38 +0000 (15:06 +0000)]
*** empty log message ***

23 years ago(x_set_window_size): Don't use `None' with widgets; use
Gerd Moellmann [Wed, 28 Feb 2001 15:06:04 +0000 (15:06 +0000)]
(x_set_window_size): Don't use `None' with widgets; use
NULL instead.

23 years ago(Fx_hide_tip): Don't use `None' with widgets; use
Gerd Moellmann [Wed, 28 Feb 2001 15:05:10 +0000 (15:05 +0000)]
(Fx_hide_tip): Don't use `None' with widgets; use
NULL instead.

23 years ago(xm_arm_callback): Don't compare widgets with `None',
Gerd Moellmann [Wed, 28 Feb 2001 15:03:11 +0000 (15:03 +0000)]
(xm_arm_callback): Don't compare widgets with `None',
use NULL instead.

23 years ago(xaw_update_one_widget): Use XtSetSensitive instead
Gerd Moellmann [Wed, 28 Feb 2001 14:55:33 +0000 (14:55 +0000)]
(xaw_update_one_widget): Use XtSetSensitive instead
of setting the value of XtNsensitive.

23 years ago(xm_update_radiobox, update_one_menu_entry)
Gerd Moellmann [Wed, 28 Feb 2001 14:54:54 +0000 (14:54 +0000)]
(xm_update_radiobox, update_one_menu_entry)
(xm_update_one_widget): Use XtSetSensitive instead of setting the
value of XmNsensitive.  From Rick Scott
<rwscott@alumni.uwaterloo.ca>.

23 years ago(toplevel): Include process.h.
Gerd Moellmann [Wed, 28 Feb 2001 13:30:02 +0000 (13:30 +0000)]
(toplevel): Include process.h.
(enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
(allocate_vectorlike): Make it a static function.  Add parameter TYPE.
(allocate_vector, allocate_hash_table, allocate_window)
(allocate_frame, allocate_process, allocate_other_vector): New
functions.
(Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
(mark_maybe_pointer): New function.
(mark_memory): Also mark Lisp data to which only pointers
remain and not Lisp_Objects.
(min_heap_address, max_heap_address): New variables.
(mem_find): Return MEM_NIL if START is below min_heap_address or
above max_heap_address.
(mem_insert): Compute min_heap_address and max_heap_address.

23 years ago(make_process): Use allocate_process.
Gerd Moellmann [Wed, 28 Feb 2001 13:29:03 +0000 (13:29 +0000)]
(make_process): Use allocate_process.

23 years ago(make_frame): Use allocate_frame.
Gerd Moellmann [Wed, 28 Feb 2001 13:28:35 +0000 (13:28 +0000)]
(make_frame): Use allocate_frame.

23 years ago(make_window, make_dummy_parent): Use allocate_window.
Gerd Moellmann [Wed, 28 Feb 2001 13:28:11 +0000 (13:28 +0000)]
(make_window, make_dummy_parent): Use allocate_window.
(Fcurrent_window_configuration): Use allocate_other_vector.

23 years ago(Fdelete, larger_vector): Use allocate_vector.
Gerd Moellmann [Wed, 28 Feb 2001 13:27:38 +0000 (13:27 +0000)]
(Fdelete, larger_vector): Use allocate_vector.
(make_hash_table, copy_hash_table): Use allocate_hash_table.

23 years ago(allocate_vectorlike): Remove prototype.
Gerd Moellmann [Wed, 28 Feb 2001 13:27:04 +0000 (13:27 +0000)]
(allocate_vectorlike): Remove prototype.
(allocate_vector, allocate_other_vector, allocate_frame)
(allocate_window, allocate_process, allocate_hash_table):
Add prototypes.

23 years ago("Ethiopic"): Add documentation.
Kenichi Handa [Wed, 28 Feb 2001 12:42:21 +0000 (12:42 +0000)]
("Ethiopic"): Add documentation.

23 years ago(setup-ethiopic-environment-internal): Change bindings of functions
Kenichi Handa [Wed, 28 Feb 2001 12:41:46 +0000 (12:41 +0000)]
(setup-ethiopic-environment-internal): Change bindings of functions
keys to conform to "Emacs Lisp Coding Convention".

23 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Feb 2001 12:40:20 +0000 (12:40 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 28 Feb 2001 11:15:08 +0000 (11:15 +0000)]
*** empty log message ***

23 years ago(mule-utf-8): Set coding-category property to coding-category-utf-8.
Kenichi Handa [Wed, 28 Feb 2001 05:50:44 +0000 (05:50 +0000)]
(mule-utf-8): Set coding-category property to coding-category-utf-8.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Feb 2001 05:50:18 +0000 (05:50 +0000)]
*** empty log message ***

23 years ago(lpr-add-switches): Default to t on gnu/linux.
Richard M. Stallman [Tue, 27 Feb 2001 19:12:19 +0000 (19:12 +0000)]
(lpr-add-switches): Default to t on gnu/linux.

23 years ago(lpr-page-header-switches, print-region-1): Undo 2000-07-06 change.
Richard M. Stallman [Tue, 27 Feb 2001 19:07:09 +0000 (19:07 +0000)]
(lpr-page-header-switches, print-region-1): Undo 2000-07-06 change.

23 years ago*** empty log message ***
Richard M. Stallman [Tue, 27 Feb 2001 19:06:56 +0000 (19:06 +0000)]
*** empty log message ***

23 years ago* src/macfns.c: Rename everything containing *busy_cursor* and
Andrew Choi [Tue, 27 Feb 2001 14:33:20 +0000 (14:33 +0000)]
* src/macfns.c: Rename everything containing *busy_cursor* and
similar to *hourglass*.
Change IMAGE_POSITIVE_INTEGER_VALUE to
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
(x_set_font): If font hasn't changed, avoid recomputing faces and
other things, as in xfns.c.
(Qcancel_timer): New variable.
(syms_of_macfns): Rename x-busy-pointer-shape to
x-hourglass-pointer-shape, display-busy-cursor to
display-hourglass, busy-cursor-delay to hourglass-delay, as in
xfns.c.
(x_set_tool_bar_lines): Modify as in xfns.c
(x_change_window_heights): New function.

* inc/macterm.h (struct x_output): Rename busy_cursor to
hourglass_cursor, busy_window to hourglass_window, busy_p to
hourglass_p, as in xterm.h.

* src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
safe_run_hooks, as in xmenu.c.

* src/macterm.c (do_check_ram_size): New function.

* src/Emacs.r: Add ALRT resource #129 for alert when there is over
256 MB RAM.

23 years ago(bs-attributes-list): Doc fix.
Gerd Moellmann [Tue, 27 Feb 2001 13:24:54 +0000 (13:24 +0000)]
(bs-attributes-list): Doc fix.

23 years agoUpdate copyright notice.
Gerd Moellmann [Tue, 27 Feb 2001 12:22:37 +0000 (12:22 +0000)]
Update copyright notice.

23 years agoMade minor editing changes.
Andrew Choi [Tue, 27 Feb 2001 05:46:51 +0000 (05:46 +0000)]
Made minor editing changes.

23 years ago(struct ccl_program): New member eight_bit_control.
Kenichi Handa [Tue, 27 Feb 2001 03:29:08 +0000 (03:29 +0000)]
(struct ccl_program): New member eight_bit_control.

23 years ago(CCL_WRITE_MULTIBYTE_CHAR): New macro.
Kenichi Handa [Tue, 27 Feb 2001 03:28:48 +0000 (03:28 +0000)]
(CCL_WRITE_MULTIBYTE_CHAR): New macro.
(ccl_driver) <CCL_WriteMultibyteChar2>: Use
CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
<ccl_finish>: Set ccl->eight_bit_control properly.

23 years ago(ccl_coding_driver): If ccl->eight_bit_control is zero,
Kenichi Handa [Tue, 27 Feb 2001 03:27:20 +0000 (03:27 +0000)]
(ccl_coding_driver): If ccl->eight_bit_control is zero,
treat the produced bytes as a valid multibyte sequence.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Feb 2001 03:27:00 +0000 (03:27 +0000)]
*** empty log message ***

23 years agoFix tool bar caveat.
Dave Love [Mon, 26 Feb 2001 22:51:53 +0000 (22:51 +0000)]
Fix tool bar caveat.
mode-line <- modeline in faces.
isearch, isearch-lazy-highlight-face, tooltip faces.

23 years agoMention that etags switches to C++ when meets `template'.
Francesco Potortì [Mon, 26 Feb 2001 18:26:39 +0000 (18:26 +0000)]
Mention that etags switches to C++ when meets `template'.

23 years ago(Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
Stefan Monnier [Mon, 26 Feb 2001 17:16:00 +0000 (17:16 +0000)]
(Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
(accessible_keymaps_char_table): Obey `is_metized'.
(where_is_internal, Fwhere_is_internal): Don't confuse int and Lisp_Object.

23 years ago*** empty log message ***
Stefan Monnier [Mon, 26 Feb 2001 17:07:47 +0000 (17:07 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 26 Feb 2001 16:40:46 +0000 (16:40 +0000)]
*** empty log message ***

23 years ago(describe-project): Display the file THE-GNU-PROJECT.
Gerd Moellmann [Mon, 26 Feb 2001 16:40:08 +0000 (16:40 +0000)]
(describe-project): Display the file THE-GNU-PROJECT.

23 years ago(Advanced C-x C-q): Fix prev change.
André Spiegel [Mon, 26 Feb 2001 14:21:28 +0000 (14:21 +0000)]
(Advanced C-x C-q): Fix prev change.

23 years ago(command-line-1): Add info about ordering manuals
Gerd Moellmann [Mon, 26 Feb 2001 14:17:29 +0000 (14:17 +0000)]
(command-line-1): Add info about ordering manuals
to the not so fancy splash screens.

23 years ago(view-order-manuals): Use goto-address.
Gerd Moellmann [Mon, 26 Feb 2001 14:13:35 +0000 (14:13 +0000)]
(view-order-manuals): Use goto-address.

23 years agoGive URLs canonical form.
Gerd Moellmann [Mon, 26 Feb 2001 14:06:48 +0000 (14:06 +0000)]
Give URLs canonical form.

23 years ago#
André Spiegel [Mon, 26 Feb 2001 13:48:36 +0000 (13:48 +0000)]
#

23 years ago(vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): Add
André Spiegel [Mon, 26 Feb 2001 13:45:06 +0000 (13:45 +0000)]
(vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): Add
missing BACKEND argument.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 26 Feb 2001 13:08:00 +0000 (13:08 +0000)]
*** empty log message ***

23 years ago(lazy-lock-fontify-after-idle): Make sure to
Gerd Moellmann [Mon, 26 Feb 2001 13:07:27 +0000 (13:07 +0000)]
(lazy-lock-fontify-after-idle): Make sure to
fontify in the right buffer.

23 years agoCheck HAVE_TERM_H before including term.h.
Gerd Moellmann [Mon, 26 Feb 2001 12:17:18 +0000 (12:17 +0000)]
Check HAVE_TERM_H before including term.h.

23 years ago(outline-flag-region): Move macro in front of first
Gerd Moellmann [Mon, 26 Feb 2001 12:08:29 +0000 (12:08 +0000)]
(outline-flag-region): Move macro in front of first
use to avoid a run-time error.

23 years agoCorrected latest etags.c entry.
Francesco Potortì [Mon, 26 Feb 2001 11:24:02 +0000 (11:24 +0000)]
Corrected latest etags.c entry.

23 years ago(Bug Criteria): Reword a sentence.
Gerd Moellmann [Mon, 26 Feb 2001 10:12:28 +0000 (10:12 +0000)]
(Bug Criteria): Reword a sentence.

23 years agoAdd Copyright notice.
Kenichi Handa [Mon, 26 Feb 2001 00:21:47 +0000 (00:21 +0000)]
Add Copyright notice.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 26 Feb 2001 00:20:23 +0000 (00:20 +0000)]
*** empty log message ***

23 years agoClean up recent VC updates.
Richard M. Stallman [Sun, 25 Feb 2001 17:24:19 +0000 (17:24 +0000)]
Clean up recent VC updates.

23 years ago(Faces): Explain what the fringes are, and add an index entry.
Eli Zaretskii [Sun, 25 Feb 2001 13:56:34 +0000 (13:56 +0000)]
(Faces): Explain what the fringes are, and add an index entry.

23 years agoChange "filename" to "file name" or "file-name".
Eli Zaretskii [Sun, 25 Feb 2001 13:41:20 +0000 (13:41 +0000)]
Change "filename" to "file name" or "file-name".
Change "uppercase" to "upper case" or "upper-case".
Change "lowercase" to "lower case" or "lower-case".
Fix "allows to".
(From Nelson Beebe.)

23 years agoLots of markup and wording changes.
Eli Zaretskii [Sun, 25 Feb 2001 13:37:54 +0000 (13:37 +0000)]
Lots of markup and wording changes.

23 years ago2001-02-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Sun, 25 Feb 2001 02:02:08 +0000 (02:02 +0000)]
2001-02-24  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff.texi: Fixed some typos

23 years agoIn top node, say that order of suggestions is significant.
Richard M. Stallman [Sun, 25 Feb 2001 00:37:52 +0000 (00:37 +0000)]
In top node, say that order of suggestions is significant.

23 years ago*** empty log message ***
Andrew Innes [Sat, 24 Feb 2001 22:12:00 +0000 (22:12 +0000)]
*** empty log message ***

23 years agoFix copyright notice.
Andrew Innes [Sat, 24 Feb 2001 22:11:00 +0000 (22:11 +0000)]
Fix copyright notice.

23 years agoUpdate copyright notice.
Andrew Innes [Sat, 24 Feb 2001 22:01:57 +0000 (22:01 +0000)]
Update copyright notice.

23 years agoAdd copyright notice.
Andrew Innes [Sat, 24 Feb 2001 22:00:47 +0000 (22:00 +0000)]
Add copyright notice.

23 years ago(where_is_internal): Accept non-ascii integer prefixes.
Stefan Monnier [Sat, 24 Feb 2001 17:07:29 +0000 (17:07 +0000)]
(where_is_internal): Accept non-ascii integer prefixes.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 24 Feb 2001 03:12:35 +0000 (03:12 +0000)]
*** empty log message ***

23 years ago(mule-utf-8): Set correct value for valid-codes property.
Kenichi Handa [Sat, 24 Feb 2001 03:11:56 +0000 (03:11 +0000)]
(mule-utf-8): Set correct value for valid-codes property.

23 years ago(Fnew_fontset): Fix handling of the case that an
Kenichi Handa [Sat, 24 Feb 2001 02:45:00 +0000 (02:45 +0000)]
(Fnew_fontset): Fix handling of the case that an
element of FONTLIST is a cons of family and registry.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 24 Feb 2001 02:44:38 +0000 (02:44 +0000)]
*** empty log message ***

23 years ago(x-complement-fontset-spec): In the
Kenichi Handa [Sat, 24 Feb 2001 02:42:48 +0000 (02:42 +0000)]
(x-complement-fontset-spec): In the
case that we use ASCII font for the other charsets, use only
family and regisry part of it.

23 years ago(fit-window-to-buffer, window-safely-shrinkable-p)
Eli Zaretskii [Fri, 23 Feb 2001 21:35:45 +0000 (21:35 +0000)]
(fit-window-to-buffer, window-safely-shrinkable-p)
(shrink-window-if-larger-than-buffer): Doc fix.

23 years ago(Help): Fix a typo.
Eli Zaretskii [Fri, 23 Feb 2001 19:54:30 +0000 (19:54 +0000)]
(Help): Fix a typo.

23 years ago(General Variables): Add a footnote that all *PATH variables use
Eli Zaretskii [Fri, 23 Feb 2001 19:25:39 +0000 (19:25 +0000)]
(General Variables): Add a footnote that all *PATH variables use
semi-colons on DOS/Windows instead of colons.

23 years ago(General Variables): Document 8859-14 and 8859-15 in LANG etc.
Eli Zaretskii [Fri, 23 Feb 2001 19:16:34 +0000 (19:16 +0000)]
(General Variables): Document 8859-14 and 8859-15 in LANG etc.

23 years ago(General Variables): Fix a typo in the CDPATH entry.
Eli Zaretskii [Fri, 23 Feb 2001 19:10:12 +0000 (19:10 +0000)]
(General Variables): Fix a typo in the CDPATH entry.

23 years agoWhen in autodetect mode, switch to C++ when the template keyword is met
Francesco Potortì [Fri, 23 Feb 2001 18:19:25 +0000 (18:19 +0000)]
When in autodetect mode, switch to C++ when the template keyword is met

23 years ago(Local Version Control): Fix last change.
Eli Zaretskii [Fri, 23 Feb 2001 18:06:10 +0000 (18:06 +0000)]
(Local Version Control): Fix last change.

23 years ago(Setting Mark): Add a cross-reference to the section which describes
Eli Zaretskii [Fri, 23 Feb 2001 18:02:33 +0000 (18:02 +0000)]
(Setting Mark): Add a cross-reference to the section which describes
how to go to old marks.  Suggested by Jay Bingham <Jay.Bingham@compaq.com>.

23 years ago(hi-lock-unface-buffer): Use nil rather than t for
Stefan Monnier [Fri, 23 Feb 2001 16:17:57 +0000 (16:17 +0000)]
(hi-lock-unface-buffer): Use nil rather than t for
predicate passed to completing-read.

23 years ago(CVS Options): Mention that t is the default for vc-cvs-stay-local.
André Spiegel [Fri, 23 Feb 2001 16:13:28 +0000 (16:13 +0000)]
(CVS Options): Mention that t is the default for vc-cvs-stay-local.

23 years agoVC section updated. Added a subsection on remote repositories,
André Spiegel [Fri, 23 Feb 2001 16:03:15 +0000 (16:03 +0000)]
VC section updated.  Added a subsection on remote repositories,
reorganized customization part, plus various bits and pieces.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 23 Feb 2001 13:32:13 +0000 (13:32 +0000)]
*** empty log message ***

23 years agoUse AC_EGREP_CPP to check if the C preprocessor
Gerd Moellmann [Fri, 23 Feb 2001 13:31:40 +0000 (13:31 +0000)]
Use AC_EGREP_CPP to check if the C preprocessor
converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
to `yes'.  Later in AC_OUTPUT, check this variable.

23 years ago(Horizontal Scrolling): Remove doubled `the'.
Gerd Moellmann [Fri, 23 Feb 2001 13:23:45 +0000 (13:23 +0000)]
(Horizontal Scrolling): Remove doubled `the'.

23 years ago(Image Descriptors): Remove doubled `a'.
Gerd Moellmann [Fri, 23 Feb 2001 13:18:33 +0000 (13:18 +0000)]
(Image Descriptors): Remove doubled `a'.

23 years agoDocument the change whereby EMACSLOCKDIR is no longer used on Windows.
Eli Zaretskii [Fri, 23 Feb 2001 13:13:17 +0000 (13:13 +0000)]
Document the change whereby EMACSLOCKDIR is no longer used on Windows.
From Jason Rumney.

23 years ago(Making Backups): Remove doubled `for'.
Gerd Moellmann [Fri, 23 Feb 2001 13:12:30 +0000 (13:12 +0000)]
(Making Backups): Remove doubled `for'.

23 years ago(Window System Selections): Remove doubled `it'.
Gerd Moellmann [Fri, 23 Feb 2001 13:11:25 +0000 (13:11 +0000)]
(Window System Selections): Remove doubled `it'.

23 years ago(Major Mode Conventions): Remove doubled 'use'.
Gerd Moellmann [Fri, 23 Feb 2001 13:10:22 +0000 (13:10 +0000)]
(Major Mode Conventions): Remove doubled 'use'.

23 years ago(General Variables): Document the default value of $HOME on Windows.
Eli Zaretskii [Fri, 23 Feb 2001 13:05:42 +0000 (13:05 +0000)]
(General Variables): Document the default value of $HOME on Windows.

23 years ago(Rmail Editing): Remove doubled `the'.
Gerd Moellmann [Fri, 23 Feb 2001 13:05:13 +0000 (13:05 +0000)]
(Rmail Editing): Remove doubled `the'.