bpt/emacs.git
18 years ago(add-to-ordered-list): New defun.
Kim F. Storm [Mon, 13 Jun 2005 21:29:52 +0000 (21:29 +0000)]
(add-to-ordered-list): New defun.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 13 Jun 2005 21:29:25 +0000 (21:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Stefan Monnier [Mon, 13 Jun 2005 20:50:25 +0000 (20:50 +0000)]
*** empty log message ***

18 years ago(note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
Stefan Monnier [Mon, 13 Jun 2005 20:49:14 +0000 (20:49 +0000)]
(note_mode_line_or_margin_highlight): Lisp_Object/int mixup.
(get_phys_cursor_geometry, format_mode_line_unwind_data)
(get_line_height_property, x_produce_glyphs): Remove unused vars.

18 years ago(run_pre_post_conversion_on_str): Remove unused var `buf'.
Stefan Monnier [Mon, 13 Jun 2005 20:47:42 +0000 (20:47 +0000)]
(run_pre_post_conversion_on_str): Remove unused var `buf'.

18 years ago(read-face-name): Use complete-in-turn complete non-aliases
Stefan Monnier [Mon, 13 Jun 2005 20:47:08 +0000 (20:47 +0000)]
(read-face-name): Use complete-in-turn complete non-aliases
in preference to face aliases.

18 years ago(complete-in-turn): New macro.
Stefan Monnier [Mon, 13 Jun 2005 20:45:50 +0000 (20:45 +0000)]
(complete-in-turn): New macro.
(dynamic-completion-table, lazy-completion-table): Add debug info.

18 years ago(fill-match-adaptive-prefix): New function.
Stefan Monnier [Mon, 13 Jun 2005 19:33:21 +0000 (19:33 +0000)]
(fill-match-adaptive-prefix): New function.
(fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
Remove unused vars `start' and `firstline'.
(fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
(justify-current-line, fill-individual-paragraphs): Remove unused vars.

18 years ago(url-file, url-file-asynch-callback): Use with-current-buffer.
Stefan Monnier [Mon, 13 Jun 2005 14:32:42 +0000 (14:32 +0000)]
(url-file, url-file-asynch-callback): Use with-current-buffer.

18 years ago(Parsing Expressions): Document aux functions and vars of
Stefan Monnier [Mon, 13 Jun 2005 14:21:21 +0000 (14:21 +0000)]
(Parsing Expressions): Document aux functions and vars of
syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 13 Jun 2005 12:19:38 +0000 (12:19 +0000)]
*** empty log message ***

18 years ago(x_use_underline_position_properties): New variable.
Eli Zaretskii [Mon, 13 Jun 2005 12:18:31 +0000 (12:18 +0000)]
(x_use_underline_position_properties): New variable.
(x_draw_glyph_string): Remind in a comment to change doc string of
x-use-underline-position-properties if/when underline positioning is
implemented.
(syms_of_w32term): DEFVAR_BOOL x-use-underline-position-properties,
and initialize it to nil.

18 years ago*** empty log message ***
Lute Kamstra [Mon, 13 Jun 2005 12:08:25 +0000 (12:08 +0000)]
*** empty log message ***

18 years ago(ledit-mode): Use delay-mode-hooks.
Lute Kamstra [Mon, 13 Jun 2005 12:01:43 +0000 (12:01 +0000)]
(ledit-mode): Use delay-mode-hooks.

18 years ago(ediff-mode): Use run-mode-hooks.
Lute Kamstra [Mon, 13 Jun 2005 12:00:59 +0000 (12:00 +0000)]
(ediff-mode): Use run-mode-hooks.

18 years ago(ediff-meta-mode): Use run-mode-hooks.
Lute Kamstra [Mon, 13 Jun 2005 11:58:35 +0000 (11:58 +0000)]
(ediff-meta-mode): Use run-mode-hooks.

18 years ago(edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks.
Lute Kamstra [Mon, 13 Jun 2005 11:56:12 +0000 (11:56 +0000)]
(edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks.

18 years ago(all): Don't complain about missing GTK-related variables,
Eli Zaretskii [Mon, 13 Jun 2005 11:54:48 +0000 (11:54 +0000)]
(all): Don't complain about missing GTK-related variables,
unless either `gtk' is boundp or this isn't a `windows-nt' build.

18 years ago($(DOC)): Fix last change.
Eli Zaretskii [Mon, 13 Jun 2005 11:24:32 +0000 (11:24 +0000)]
($(DOC)): Fix last change.

18 years agoRevert arch-tagline change
Miles Bader [Mon, 13 Jun 2005 09:49:47 +0000 (09:49 +0000)]
Revert arch-tagline change

18 years ago(woman-mode-line-format): Delete constant.
Lute Kamstra [Mon, 13 Jun 2005 08:22:34 +0000 (08:22 +0000)]
(woman-mode-line-format): Delete constant.
(woman-mode-map): Initialize it properly.
(woman-mode): Set mode-class property to special.  Use
delay-mode-hooks and run-mode-hooks.  Use the right keymap.  Set
major-mode and mode-name.  Don't set mode-line-format directly.
(Man-getpage-in-background): Don't reference woman-mode-line-format.

18 years ago(cancel-debug-on-entry): Make the empty string argument obsolete.
Lute Kamstra [Mon, 13 Jun 2005 08:14:06 +0000 (08:14 +0000)]
(cancel-debug-on-entry): Make the empty string argument obsolete.

18 years agoVersion 3.11
Carsten Dominik [Mon, 13 Jun 2005 06:43:12 +0000 (06:43 +0000)]
Version 3.11

18 years ago(org-CUA-compatible): New option.
Carsten Dominik [Mon, 13 Jun 2005 06:42:53 +0000 (06:42 +0000)]
(org-CUA-compatible): New option.
(org-disputed-keys): New variable.
(org-key): New function.
(orgtbl-make-binding): Add docstring to the created function.
(org-mode): Set paragraph start/separate regexps.
(orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
(org-archive-location, org-archive-mark-done)
(org-archive-stamp-time): New options.
(org-archive-subtree): New command.
(org-fill-paragraph): New function.
(org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
(org-fake-empty-table-line): Function removed.
(org-format-org-table-html): Do not create empty table lines at
separator lines.  Improved table header treatment.
(org-link-format): New option.
(org-make-link): New function.
(org-insert-link, org-store-link): Use org-make-link.
(org-open-file): Quote file name for shell command, to allow
spaces in file names.
(org-link-regexp): Fixed bug with mailto link.
(org-link-maybe-angles-regexp, org-protected-link-regexp): New
constant.
(org-export-as-html): Deal with the optional angles around a link.
Better treatment of file: links.
(org-open-at-point): Replace @{ and @} with < and >.
(org-run-mode-hooks): Function removed.
(org-agenda-mode): No longer use `org-run-mode-hooks'.

18 years ago(gdb-registers-mode): Let gdbmi use
Nick Roberts [Mon, 13 Jun 2005 06:01:12 +0000 (06:01 +0000)]
(gdb-registers-mode): Let gdbmi use
MI command -data-list-register-values.
(gdb-post-prompt): Indent properly.

18 years ago*** empty log message ***
Nick Roberts [Mon, 13 Jun 2005 05:59:58 +0000 (05:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jay Belanger [Mon, 13 Jun 2005 03:56:34 +0000 (03:56 +0000)]
*** empty log message ***

18 years ago(Getting Started): Remove extra menu item.
Jay Belanger [Mon, 13 Jun 2005 03:37:47 +0000 (03:37 +0000)]
(Getting Started): Remove extra menu item.

18 years ago(Special Properties): Fix cross reference.
Lute Kamstra [Sun, 12 Jun 2005 23:46:50 +0000 (23:46 +0000)]
(Special Properties): Fix cross reference.

18 years ago(highlight-changes-colors): Rename from `highlight-changes-colours'.
Juanma Barranquero [Sun, 12 Jun 2005 23:08:51 +0000 (23:08 +0000)]
(highlight-changes-colors): Rename from `highlight-changes-colours'.
(highlight-changes-colours): Keep as obsolete alias.
(highlight-changes-face-list): Doc fix.
(hilit-chg-make-list): Use `highlight-changes-colors'.

18 years agoRemove stray paren in defun-prompt-regexp for cperl-mode
Mark A. Hershberger [Sun, 12 Jun 2005 23:04:41 +0000 (23:04 +0000)]
Remove stray paren in defun-prompt-regexp for cperl-mode

18 years ago(NEWOPENFILENAME): New struct.
Jason Rumney [Sun, 12 Jun 2005 19:23:28 +0000 (19:23 +0000)]
(NEWOPENFILENAME): New struct.
(Fx_file_dialog): Use it to trick the system into giving us up to
date dialogs on systems that are documented to support it.
Do not set OFN_FILEMUSTEXIST flag if looking for a directory.

18 years ago($(DOC)): Depend on make-docfile.exe, temacs.exe,
Eli Zaretskii [Sun, 12 Jun 2005 17:45:10 +0000 (17:45 +0000)]
($(DOC)): Depend on make-docfile.exe, temacs.exe,
and the preloaded *.elc files.  This avoids unnecessary
dumping and DOC rebuilding.

18 years agoAdd comment.
Stefan Monnier [Sun, 12 Jun 2005 16:57:08 +0000 (16:57 +0000)]
Add comment.

18 years agoDon't say we are dumping under 2 names on windows-nt and cygwin.
Eli Zaretskii [Sun, 12 Jun 2005 12:49:00 +0000 (12:49 +0000)]
Don't say we are dumping under 2 names on windows-nt and cygwin.

18 years ago*** empty log message ***
Eli Zaretskii [Sun, 12 Jun 2005 11:28:55 +0000 (11:28 +0000)]
*** empty log message ***

18 years ago(bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
Eli Zaretskii [Sun, 12 Jun 2005 11:27:31 +0000 (11:27 +0000)]
(bootstrap-clean-CMD, bootstrap-clean-SH): Don't use an old loaddefs.el,
as in Makefile.in.

18 years ago(w32_abort): Use the MB_YESNO dialog instead of
Eli Zaretskii [Sun, 12 Jun 2005 10:41:05 +0000 (10:41 +0000)]
(w32_abort): Use the MB_YESNO dialog instead of
MB_ABORTRETRYIGNORE.  Never return, even if DebugBreak does.

18 years ago(bootstrap-prepare): Don't use an old loaddefs.el.
Lute Kamstra [Sun, 12 Jun 2005 10:26:22 +0000 (10:26 +0000)]
(bootstrap-prepare): Don't use an old loaddefs.el.

18 years ago(Man-mode-map): Initialize it properly.
Lute Kamstra [Sun, 12 Jun 2005 10:11:00 +0000 (10:11 +0000)]
(Man-mode-map): Initialize it properly.
(Man-mode): Set mode-class property to special.

18 years ago(calendar-mode): Use run-mode-hooks.
Lute Kamstra [Sun, 12 Jun 2005 09:00:57 +0000 (09:00 +0000)]
(calendar-mode): Use run-mode-hooks.

18 years ago(menu-bar-make-toggle): Remove stray backslash.
Luc Teirlinck [Sun, 12 Jun 2005 00:04:44 +0000 (00:04 +0000)]
(menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.

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

18 years agoFix `repeat' BNF and `bits 2' example in Commentary.
Thien-Thi Nguyen [Sat, 11 Jun 2005 23:56:33 +0000 (23:56 +0000)]
Fix `repeat' BNF and `bits 2' example in Commentary.

18 years ago(debug-on-entry, cancel-debug-on-entry): Doc fixes.
Luc Teirlinck [Sat, 11 Jun 2005 23:52:51 +0000 (23:52 +0000)]
(debug-on-entry, cancel-debug-on-entry): Doc fixes.

18 years ago(Function Debugging): Delete mention of empty string argument to
Luc Teirlinck [Sat, 11 Jun 2005 23:42:13 +0000 (23:42 +0000)]
(Function Debugging): Delete mention of empty string argument to
`cancel-debug-on-entry'.  Delete inaccurate description of the return
value of that command.

18 years agoprinting v6.8.4
Vinicius Jose Latorre [Sat, 11 Jun 2005 23:25:06 +0000 (23:25 +0000)]
printing v6.8.4

18 years agoprinting v6.8.4
Vinicius Jose Latorre [Sat, 11 Jun 2005 23:18:57 +0000 (23:18 +0000)]
printing v6.8.4

18 years agoDoc fixes for public funcs:
Thien-Thi Nguyen [Sat, 11 Jun 2005 20:33:28 +0000 (20:33 +0000)]
Doc fixes for public funcs:
"Returns" to "return", document useful return values, etc.

18 years ago(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
Eli Zaretskii [Sat, 11 Jun 2005 16:25:14 +0000 (16:25 +0000)]
(x_create_x_image_and_pixmap) [HAVE_NTGUI]: Cast 4th arg
to CreateDIBSection to avoid a compiler warning.
(pbm_load): Cast 3rd arg to IMAGE_BACKGROUND to avoid a compiler
warning.
(png_load): Cast return values of fn_png_create_read_struct and
fn_png_create_info_struct, to avoid compiler warnings on W32.
Cast 3rd arg to IMAGE_BACKGROUND and image_background_transparent
to avoid compiler warnings.
(jpeg_load): Cast return value of fn_jpeg_std_error to avoid a
compiler warning on W32.  Cast 3rd arg to IMAGE_BACKGROUND to
avoid a compiler warning.
(tiff_load): Cast return values of fn_TIFFOpen and
fn_TIFFClientOpen to avoid compiler warning on W32.  Cast 3rd arg
to IMAGE_BACKGROUND to avoid a compiler warning.
(gif_load): Cast return values of fn_DGifOpenFileName and
fn_DGifOpen to avoid compiler warnings on W32.  Cast 3rd arg to
IMAGE_BACKGROUND to avoid a compiler warning.
(DrawText) [HAVE_NTGUI || MAC_OS]: If already defined, undef
before redefining.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Jun 2005 15:11:34 +0000 (15:11 +0000)]
*** empty log message ***

18 years ago(create_offscreen_bitmap): Cast `bitsp' to `void **' in
Eli Zaretskii [Sat, 11 Jun 2005 15:10:58 +0000 (15:10 +0000)]
(create_offscreen_bitmap): Cast `bitsp' to `void **' in
the call to CreateDIBSection, to avoid a compiler warning.

18 years agoIf their fc.exe returns a meaningful exit status, don't overwrite
Eli Zaretskii [Sat, 11 Jun 2005 14:50:00 +0000 (14:50 +0000)]
If their fc.exe returns a meaningful exit status, don't overwrite
src/config.h and src/epaths.h with identical copies.

18 years agoUpdate the URL of the Emacs Windows build instructions.
Eli Zaretskii [Sat, 11 Jun 2005 14:21:24 +0000 (14:21 +0000)]
Update the URL of the Emacs Windows build instructions.

18 years agoMention that adaptive-fill-function is now used before adaptive-fill-regexp,
Eli Zaretskii [Sat, 11 Jun 2005 13:58:16 +0000 (13:58 +0000)]
Mention that adaptive-fill-function is now used before adaptive-fill-regexp,
rather than after it.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 11 Jun 2005 13:54:09 +0000 (13:54 +0000)]
*** empty log message ***

18 years ago(Adaptive Fill): Amplify the description of fill-context-prefix.
Eli Zaretskii [Sat, 11 Jun 2005 13:53:34 +0000 (13:53 +0000)]
(Adaptive Fill): Amplify the description of fill-context-prefix.

18 years ago(fill-context-prefix): Try `adaptive-fill-function'
Eli Zaretskii [Sat, 11 Jun 2005 13:49:56 +0000 (13:49 +0000)]
(fill-context-prefix): Try `adaptive-fill-function'
BEFORE `adaptive-fill-regexp' when determining a fill prefix.
(adaptive-file-function): Minor amendment to doc-string.

18 years ago(thumbs-per-line, thumbs-thumbsdir-max-size)
Eli Zaretskii [Sat, 11 Jun 2005 13:25:16 +0000 (13:25 +0000)]
(thumbs-per-line, thumbs-thumbsdir-max-size)
(thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
:type--it is `integer', not `string'.

18 years ago(modeline-highlight): Rename from (the erroneous) `modeline-higilight'.
Eli Zaretskii [Sat, 11 Jun 2005 13:10:11 +0000 (13:10 +0000)]
(modeline-highlight): Rename from (the erroneous) `modeline-higilight'.

18 years agoMention emacs-buffer.gdb.
Eli Zaretskii [Sat, 11 Jun 2005 13:02:39 +0000 (13:02 +0000)]
Mention emacs-buffer.gdb.

18 years agoWarn about using "cvs up -kb" if one intends to commit
Eli Zaretskii [Sat, 11 Jun 2005 11:31:43 +0000 (11:31 +0000)]
Warn about using "cvs up -kb" if one intends to commit
changes.  Add a pointer to another site with detailed configure
and build instructions.  Suggest to look at config.log when
configure fails.  Add MinGW Make 3.80 to the list of successful
combinations.

18 years ago(ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".
Eli Zaretskii [Sat, 11 Jun 2005 11:00:52 +0000 (11:00 +0000)]
(ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal "-mcpu=i686".

18 years agoUpdate copyright years.
Eli Zaretskii [Sat, 11 Jun 2005 10:56:49 +0000 (10:56 +0000)]
Update copyright years.
Delete config.log before doing anything else.
Write additional diagnostics to config.log in case of failures to
compile test programs, including the failed test program itself.
Add a test for support of -mtune=pentium4 switch to GCC; if it is
supported, set up MCPU_FLAG variable on the various Makefiles to
use that switch during compilations.  (This avoids GCC warning
about -mcpu being deprecated.)

18 years ago(edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
Lute Kamstra [Sat, 11 Jun 2005 08:40:47 +0000 (08:40 +0000)]
(edebug-eval-mode-map): Don't copy lisp-interaction-mode-map but make
it the parent.
(edebug-eval-mode): Use define-derived-mode.

18 years agoAdd binding of `ESC functionkey' for every `M-functionkey'.
Andreas Schwab [Sat, 11 Jun 2005 07:14:38 +0000 (07:14 +0000)]
Add binding of `ESC functionkey' for every `M-functionkey'.

18 years agoUpdate item for 2004-01-21 with function items.
Jan Djärv [Sat, 11 Jun 2005 05:40:16 +0000 (05:40 +0000)]
Update item for 2004-01-21 with function items.

18 years agoFix last change
Jason Rumney [Sat, 11 Jun 2005 00:09:39 +0000 (00:09 +0000)]
Fix last change

18 years ago*** empty log message ***
Jason Rumney [Fri, 10 Jun 2005 23:04:18 +0000 (23:04 +0000)]
*** empty log message ***

18 years ago(Fx_file_dialog): Unblock input before falling back to minibuffer.
Jason Rumney [Fri, 10 Jun 2005 23:03:28 +0000 (23:03 +0000)]
(Fx_file_dialog): Unblock input before falling back to minibuffer.

18 years ago(Parsing Expressions): Fix Texinfo error.
Luc Teirlinck [Fri, 10 Jun 2005 22:59:17 +0000 (22:59 +0000)]
(Parsing Expressions): Fix Texinfo error.

18 years ago2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
Jason Rumney [Fri, 10 Jun 2005 22:54:06 +0000 (22:54 +0000)]
2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)

* progmodes/compile.el (compilation-error-regexp-alist-alist)
[msft]: update regexp for newer msft compilers.

18 years ago(ybuffer-list): Don't use $filename; can't use char as placeholder when
Noah Friedman [Fri, 10 Jun 2005 22:39:45 +0000 (22:39 +0000)]
(ybuffer-list): Don't use $filename; can't use char as placeholder when
buffer has no file name and process is still live.  Use different printf
cases instead.

18 years ago(Parsing Expressions): Document syntax-ppss.
Stefan Monnier [Fri, 10 Jun 2005 22:20:25 +0000 (22:20 +0000)]
(Parsing Expressions): Document syntax-ppss.

18 years agoRemove most autoload cookies.
Stefan Monnier [Fri, 10 Jun 2005 22:02:23 +0000 (22:02 +0000)]
Remove most autoload cookies.
Don't hook into the url-file-handler since it currently breaks all
non-HTTP URLs.

18 years ago(url-retrieve-synchronously): Don't exit precipitously when
Stefan Monnier [Fri, 10 Jun 2005 21:14:34 +0000 (21:14 +0000)]
(url-retrieve-synchronously): Don't exit precipitously when
fetching a file via ange-ftp.

18 years ago(vc-registered): Explicitly disable VC for URL files.
Stefan Monnier [Fri, 10 Jun 2005 21:14:10 +0000 (21:14 +0000)]
(vc-registered): Explicitly disable VC for URL files.

18 years ago($(TEMACS)): Depend on addsection.exe.
Eli Zaretskii [Fri, 10 Jun 2005 17:47:00 +0000 (17:47 +0000)]
($(TEMACS)): Depend on addsection.exe.

18 years ago(Error Debugging): Minor rewording.
Luc Teirlinck [Fri, 10 Jun 2005 15:43:48 +0000 (15:43 +0000)]
(Error Debugging): Minor rewording.
(Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' is optional.

18 years agoeliminate use of inefficient match-data
Mark A. Hershberger [Fri, 10 Jun 2005 15:37:37 +0000 (15:37 +0000)]
eliminate use of inefficient match-data

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 10 Jun 2005 15:00:48 +0000 (15:00 +0000)]
*** empty log message ***

18 years agoFixes for changes of 2005-06-09.
Juanma Barranquero [Fri, 10 Jun 2005 14:59:59 +0000 (14:59 +0000)]
Fixes for changes of 2005-06-09.

(thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable as a directory.
(thumbs-thumbname): Remove directory separator from format string;
`thumbs-thumbsdir' now returns a valid directory name.
(thumbs-temp-dir): New defsubst.
(thumbs-temp-file, thumbs-resize-image, thumbs-modify-image): Use it.

18 years ago(syms_of_w32fns): Fix spellings.
Juanma Barranquero [Fri, 10 Jun 2005 14:21:22 +0000 (14:21 +0000)]
(syms_of_w32fns): Fix spellings.

18 years ago(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:19:26 +0000 (14:19 +0000)]
(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.

18 years ago*** empty log message ***
Juanma Barranquero [Fri, 10 Jun 2005 14:16:23 +0000 (14:16 +0000)]
*** empty log message ***

18 years ago(delphi-newline-always-indents): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:15:47 +0000 (14:15 +0000)]
(delphi-newline-always-indents): Fix spellings in docstrings.

18 years ago(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
Juanma Barranquero [Fri, 10 Jun 2005 14:15:10 +0000 (14:15 +0000)]
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.

18 years ago(cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:14:37 +0000 (14:14 +0000)]
(cperl-info-on-command-no-prompt, cperl-mode): Fix spellings in docstrings.

18 years ago(lazy-lock-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:14:07 +0000 (14:14 +0000)]
(lazy-lock-mode): Fix spellings in docstrings.

18 years ago(browse-url-xterm-program): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:13:42 +0000 (14:13 +0000)]
(browse-url-xterm-program): Fix spellings in docstrings.

18 years ago(unify-8859-on-encoding-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:13:10 +0000 (14:13 +0000)]
(unify-8859-on-encoding-mode): Fix spellings in docstrings.

18 years ago(describe-coding-system): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:12:40 +0000 (14:12 +0000)]
(describe-coding-system): Fix spellings in docstrings.

18 years ago(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Juanma Barranquero [Fri, 10 Jun 2005 14:12:17 +0000 (14:12 +0000)]
(select-safe-coding-system-accept-default-p, input-method-exit-on-invalid-key):
Fix spellings in docstrings.

18 years ago(viper-find-char-forward): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:11:45 +0000 (14:11 +0000)]
(viper-find-char-forward): Fix spellings in docstrings.

18 years ago(vip-find-char-forward): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:11:18 +0000 (14:11 +0000)]
(vip-find-char-forward): Fix spellings in docstrings.

18 years ago(pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:10:52 +0000 (14:10 +0000)]
(pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.

18 years ago(todo-insert-threshold): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:10:21 +0000 (14:10 +0000)]
(todo-insert-threshold): Fix spellings in docstrings.

18 years ago(woman-bold-headings, woman-ignore, woman-default-faces,
Juanma Barranquero [Fri, 10 Jun 2005 14:09:51 +0000 (14:09 +0000)]
(woman-bold-headings, woman-ignore, woman-default-faces,
woman-monochrome-faces): Fix spellings in docstrings.

18 years ago(vcursor-copy-line): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:09:18 +0000 (14:09 +0000)]
(vcursor-copy-line): Fix spellings in docstrings.

18 years ago(vc-annotate): Fix spellings in docstrings.
Juanma Barranquero [Fri, 10 Jun 2005 14:08:47 +0000 (14:08 +0000)]
(vc-annotate): Fix spellings in docstrings.