diff options
| author | Juanma Barranquero | 2011-03-06 03:43:19 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-06 03:43:19 +0100 |
| commit | 01c35094547e9bdb73ce4633a8706894b2b439a4 (patch) | |
| tree | cd4cc3f176f64d51a5e65fa700dbc42cf64ec0b2 /src | |
| parent | 509742cc29a0878b7b1decbc5afc94e29813d630 (diff) | |
| download | emacs-01c35094547e9bdb73ce4633a8706894b2b439a4.tar.gz emacs-01c35094547e9bdb73ce4633a8706894b2b439a4.zip | |
Fix typos.
* etc/srecode/el.srt: Fix typo.
* lisp/allout.el (allout-init, allout-prefixed-keybindings)
(allout-unprefixed-keybindings):
* lisp/progmodes/prolog.el (prolog-find-term):
Fix typos in docstrings.
* lisp/org/org.el (org-blank-before-new-entry, org-context-in-file-links)
(org-refile-targets, org-log-repeat, org-insert-link)
(org-speed-command-default-hook, org-speed-command-hook)
(org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
Fix typos in docstrings.
(org-toggle-pretty-entities): Fix typo in message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2baef5e811c..2fc1650f714 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | * msdos.c (readlink) [DJGPP < 2.04]: New stub function. | 34 | * msdos.c (readlink) [DJGPP < 2.04]: New stub function. |
| 35 | 35 | ||
| 36 | * msdos.h: (readlink) [DJGPP < 2.04]: Declare prototype. | 36 | * msdos.h (readlink) [DJGPP < 2.04]: Declare prototype. |
| 37 | 37 | ||
| 38 | * w32.c (symlink, readlink): New stub functions. | 38 | * w32.c (symlink, readlink): New stub functions. |
| 39 | 39 | ||
| @@ -1179,7 +1179,7 @@ | |||
| 1179 | (x_underline_at_descent_line): Remove declaration. | 1179 | (x_underline_at_descent_line): Remove declaration. |
| 1180 | (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL. | 1180 | (syms_of_nsterm): Remove & from DEFVAR_LISP and DEFVAR_BOOL. |
| 1181 | 1181 | ||
| 1182 | * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks | 1182 | * nsselect.m (Vns_sent_selection_hooks, Vns_lost_selection_hooks) |
| 1183 | (Vselection_alist, Vselection_converter_alist): Move to globals.h. | 1183 | (Vselection_alist, Vselection_converter_alist): Move to globals.h. |
| 1184 | (syms_of_nsselect): Remove & from DEFVAR_LISP. | 1184 | (syms_of_nsselect): Remove & from DEFVAR_LISP. |
| 1185 | 1185 | ||
| @@ -2896,7 +2896,7 @@ | |||
| 2896 | (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space) | 2896 | (Qglyphless_char_display, Qhexa_code, Qempty_box, Qthin_space) |
| 2897 | (Qzero_width): New variables. | 2897 | (Qzero_width): New variables. |
| 2898 | (THIN_SPACE_WIDTH): New macro. | 2898 | (THIN_SPACE_WIDTH): New macro. |
| 2899 | (lookup_glyphless_char_display): New funciton. | 2899 | (lookup_glyphless_char_display): New function. |
| 2900 | (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) | 2900 | (last_glyphless_glyph_frame, last_glyphless_glyph_face_id) |
| 2901 | (last_glyphless_glyph_merged_face_id): New variables. | 2901 | (last_glyphless_glyph_merged_face_id): New variables. |
| 2902 | (get_next_display_element): Check glyphless characters. | 2902 | (get_next_display_element): Check glyphless characters. |
| @@ -3182,7 +3182,7 @@ | |||
| 3182 | 2010-10-12 Jan Djärv <jan.h.d@swipnet.se> | 3182 | 2010-10-12 Jan Djärv <jan.h.d@swipnet.se> |
| 3183 | 3183 | ||
| 3184 | * nsterm.m (Qleft): Declare. | 3184 | * nsterm.m (Qleft): Declare. |
| 3185 | (ns_right_alternate_modifier): New variable | 3185 | (ns_right_alternate_modifier): New variable. |
| 3186 | (NSRightAlternateKeyMask): New define. | 3186 | (NSRightAlternateKeyMask): New define. |
| 3187 | (EV_MODIFIERS): Parse NSRightAlternateKeyMask if | 3187 | (EV_MODIFIERS): Parse NSRightAlternateKeyMask if |
| 3188 | ns_right_alternate_modifier isn't Qleft. | 3188 | ns_right_alternate_modifier isn't Qleft. |
| @@ -3206,7 +3206,7 @@ | |||
| 3206 | * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. | 3206 | * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. |
| 3207 | (PROFILING_LDFLAGS): Remove, not needed anymore. | 3207 | (PROFILING_LDFLAGS): Remove, not needed anymore. |
| 3208 | 3208 | ||
| 3209 | * Makefile.in: Use $(...) everywhere instead of ${...} | 3209 | * Makefile.in: Use $(...) everywhere instead of ${...}. |
| 3210 | (CRT_DIR): Move near potential user. | 3210 | (CRT_DIR): Move near potential user. |
| 3211 | (START_FILE): Move near CRT_DIR, it might use it. | 3211 | (START_FILE): Move near CRT_DIR, it might use it. |
| 3212 | 3212 | ||
| @@ -6143,7 +6143,7 @@ | |||
| 6143 | 6143 | ||
| 6144 | * eval.c: Fix indentation problem. | 6144 | * eval.c: Fix indentation problem. |
| 6145 | 6145 | ||
| 6146 | * keyboard.c: Include "process.h" | 6146 | * keyboard.c: Include "process.h". |
| 6147 | 6147 | ||
| 6148 | * eval.c: Remove obsolete noinline declaration. | 6148 | * eval.c: Remove obsolete noinline declaration. |
| 6149 | * fns.c: Likewise. | 6149 | * fns.c: Likewise. |
| @@ -8549,7 +8549,7 @@ | |||
| 8549 | Qtool_bar_style. Initialize current_tool_bar_style to nil. | 8549 | Qtool_bar_style. Initialize current_tool_bar_style to nil. |
| 8550 | defsubr Stool_bar_get_system_style. Fprovide on | 8550 | defsubr Stool_bar_get_system_style. Fprovide on |
| 8551 | dynamic-setting. | 8551 | dynamic-setting. |
| 8552 | Move misplaced HAVE_GCONF | 8552 | Move misplaced HAVE_GCONF. |
| 8553 | 8553 | ||
| 8554 | * xsettings.h (Ftool_bar_get_system_style): Declare. | 8554 | * xsettings.h (Ftool_bar_get_system_style): Declare. |
| 8555 | 8555 | ||