1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

Fix ChangeLog typos.

This commit is contained in:
Juanma Barranquero 2012-09-27 00:42:54 +02:00
parent e3b6085725
commit 41e9b956af
9 changed files with 10 additions and 10 deletions

View File

@ -1042,7 +1042,7 @@
(Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes)
(Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes)
(Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help)
(Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help)
(Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help)
(Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help)
(Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help)
(Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters)

View File

@ -9752,7 +9752,7 @@
Declare as obsolete.
(ns-get-pasteboard, ns-paste-secondary):
Use ns-get-selection-internal.
(ns-set-pasteboard, ns-copy-including-secondary):
(ns-set-pasteboard, ns-copy-including-secondary):
Use ns-store-selection-internal.
2011-12-17 Chong Yidong <cyd@gnu.org>

View File

@ -2372,7 +2372,7 @@
(sh-mode-map): Added new bindings.
(sh-mode): Updated mode doc-string for new commands, added
make-local-variable calls, initialize mode-specific variables.
(sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
(sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
is now a different function.
(sh-header-marker): Changed docstring.
(sh-set-shell): Initialize mode-specific variables.

View File

@ -569,7 +569,7 @@
Don't bind mouse events or tab/backtab.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-back, help-info)
(help-customize-variable, help-function-def, help-variable-def):
(help-customize-variable, help-function-def, help-variable-def):
New button types.
(help-button-action): New function.
(describe-function-1): Pass help button-types to
@ -20671,7 +20671,7 @@
* term/tty-colors.el (tty-defined-color-alist): Renamed from
tty-color-alist.
(tty-color-alist, tty-modify-color-alist): New functions.
(tty-color-define, tty-color-clear, tty-color-approximate)
(tty-color-define, tty-color-clear, tty-color-approximate)
(tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
optional parameter FRAME.

View File

@ -11974,7 +11974,7 @@
2001-12-18 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
* ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el:
* ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el:
* gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
* mml1991.el, nnultimate.el: Add `coding'.

View File

@ -10930,7 +10930,7 @@
* mh-utils.el (mh-prompt-for-folder): Exit with error if no folder
specified, otherwise mh-refile-msg may try to create a folder with
empty name, and this creates problems; even mh-undo can't handle
empty name, and this creates problems; even mh-undo can't handle
it (Closes SF #476824).
* mh-comp.el (mh-letter-tool-bar-map): Info button needed to

View File

@ -5532,7 +5532,7 @@
(update_frame_tool_bar): Remove old_req, new_req. Do not get tool bar
height, call xg_update_tool_bar_sizes instead.
(free_frame_tool_bar): Remove from hbox or vbox depending on
toolbar_in_hbox, Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
toolbar_in_hbox. Set all FRAME_TOOLBAR_*_(WIDTH|HEIGHT) to zero.
(xg_change_toolbar_position): New function.
* frame.h (struct frame): Add tool_bar_position.

View File

@ -2680,7 +2680,7 @@
1986-12-11 Richard Mlynarik (mly@prep)
* emacs.c, dispnew.c:
* emacs.c, dispnew.c:
Rename inhibit_x_windows inhibit_window_system.
Understand "-nw" command-line option.
Reorganize init_display a little to make other window-system

View File

@ -11154,7 +11154,7 @@
(classify_object): Removed code to look up a function key in the
global and local function key keymaps, since this will be done
more generally.
(Fexecute_mouse_event): Elided this function with a #if 0; I
(Fexecute_mouse_event): Elided this function with a #if 0; I
think it will go away once the more general keymap stuff is
implemented, but I'm not sure.
(syms_of_keyboard): Removed defsubr for Sexecute_mouse_event.