diff options
| author | Paul Eggert | 2011-11-27 10:17:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-27 10:17:40 -0800 |
| commit | e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (patch) | |
| tree | f5010e7da454fad010da146863fdf54ff7bfa153 | |
| parent | c3f1c606c9818ca0b5eaa7929ef3b7a60dbf6088 (diff) | |
| download | emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.tar.gz emacs-e9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0.zip | |
Spelling fixes (mostly "inactive" vs "deactivate").
| -rw-r--r-- | doc/misc/gnus.texi | 2 | ||||
| -rw-r--r-- | etc/NEWS.23 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.4 | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | lisp/cus-edit.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/advice.el | 10 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog.02 | 12 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-group.el | 2 | ||||
| -rw-r--r-- | lisp/isearch.el | 2 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-tool-bar.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 10 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | src/search.c | 2 |
17 files changed, 31 insertions, 31 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index a1da74710a4..69b17a94d68 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -21895,7 +21895,7 @@ Clearly, the easiest way would be if marks could somehow be | |||
| 21895 | automatically set for the original article. This is exactly what | 21895 | automatically set for the original article. This is exactly what |
| 21896 | @emph{marks propagation} is about. | 21896 | @emph{marks propagation} is about. |
| 21897 | 21897 | ||
| 21898 | Marks propagation is deactivated by default. You can activate it for a | 21898 | Marks propagation is inactive by default. You can activate it for a |
| 21899 | certain @code{nnmairix} group with | 21899 | certain @code{nnmairix} group with |
| 21900 | @code{nnmairix-group-toggle-propmarks-this-group} (bound to @kbd{G b | 21900 | @code{nnmairix-group-toggle-propmarks-this-group} (bound to @kbd{G b |
| 21901 | p}). This function will warn you if you try to use it with your default | 21901 | p}). This function will warn you if you try to use it with your default |
diff --git a/etc/NEWS.23 b/etc/NEWS.23 index ec33037acba..4e541c0deb3 100644 --- a/etc/NEWS.23 +++ b/etc/NEWS.23 | |||
| @@ -1027,8 +1027,8 @@ motion keys (e.g. S-left and S-down) activate and extend a temporary | |||
| 1027 | region, similar to mouse-selection. | 1027 | region, similar to mouse-selection. |
| 1028 | 1028 | ||
| 1029 | *** Temporarily active regions, created using shift-selection or | 1029 | *** Temporarily active regions, created using shift-selection or |
| 1030 | mouse-selection, are not necessarily deactivated in the next command. | 1030 | mouse-selection, are not necessarily deactivated after the next command. |
| 1031 | They are only deactivated after point motion commands that are not | 1031 | They are deactivated only after point motion commands that are not |
| 1032 | shift-translated, or after commands that would ordinarily deactivate | 1032 | shift-translated, or after commands that would ordinarily deactivate |
| 1033 | the mark in Transient Mark mode (e.g., any command that modifies the | 1033 | the mark in Transient Mark mode (e.g., any command that modifies the |
| 1034 | buffer). | 1034 | buffer). |
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 82f3417ef82..e0c244d5725 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -2809,7 +2809,7 @@ | |||
| 2809 | Consolidate layout provisions coce directly into the activation | 2809 | Consolidate layout provisions coce directly into the activation |
| 2810 | condition branch, now that we've removed those provisions. | 2810 | condition branch, now that we've removed those provisions. |
| 2811 | (allout-unload-function): Explicitly activate the mode before | 2811 | (allout-unload-function): Explicitly activate the mode before |
| 2812 | deactivating, if it's initially deactivated. | 2812 | deactivating, if it's initially inactive. |
| 2813 | (allout-set-buffer-multibyte): Properly prevent byte-compiler | 2813 | (allout-set-buffer-multibyte): Properly prevent byte-compiler |
| 2814 | warnings for version of function used only where | 2814 | warnings for version of function used only where |
| 2815 | set-buffer-multibyte is unavailable. | 2815 | set-buffer-multibyte is unavailable. |
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index b2cdc634f84..51e2661d89e 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 | |||
| @@ -914,7 +914,7 @@ | |||
| 914 | (desktop-locals-to-save): Add line-number-mode to be saved when | 914 | (desktop-locals-to-save): Add line-number-mode to be saved when |
| 915 | local. | 915 | local. |
| 916 | (desktop-remove): In case the desktop file cannot be deleted | 916 | (desktop-remove): In case the desktop file cannot be deleted |
| 917 | make sure that the desktop system is still inactivated. | 917 | make sure that the desktop system is still inactive. |
| 918 | (desktop-kill): In case an error occurs when saving the desktop, | 918 | (desktop-kill): In case an error occurs when saving the desktop, |
| 919 | offer to quit regardless. | 919 | offer to quit regardless. |
| 920 | (desktop-save-buffer-p): Disregard case when testing file and | 920 | (desktop-save-buffer-p): Disregard case when testing file and |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index b9f8de3b598..934258ade67 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -18065,7 +18065,7 @@ | |||
| 18065 | have KEY. | 18065 | have KEY. |
| 18066 | (current-input-method-title): Doc-string modified. | 18066 | (current-input-method-title): Doc-string modified. |
| 18067 | (select-input-method): Set current-input-method to nil even if | 18067 | (select-input-method): Set current-input-method to nil even if |
| 18068 | inactivation of the current input method failed. | 18068 | deactivation of the current input method failed. |
| 18069 | (set-language-environment): Doc-string modified. | 18069 | (set-language-environment): Doc-string modified. |
| 18070 | (describe-language-support): Doc-string modified. Calls an | 18070 | (describe-language-support): Doc-string modified. Calls an |
| 18071 | appropriate function for each language. | 18071 | appropriate function for each language. |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 07944a6c16f..3d5ae69fe3d 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3225,7 +3225,7 @@ Also change :reverse-video to :inverse-video." | |||
| 3225 | (if (not inactive) | 3225 | (if (not inactive) |
| 3226 | ;; Widget is alive, we don't have to do anything special | 3226 | ;; Widget is alive, we don't have to do anything special |
| 3227 | (widget-default-delete widget) | 3227 | (widget-default-delete widget) |
| 3228 | ;; WIDGET is already deleted because we did so to inactivate it; | 3228 | ;; WIDGET is already deleted because we did so to deactivate it; |
| 3229 | ;; now just get rid of the label we put in its place. | 3229 | ;; now just get rid of the label we put in its place. |
| 3230 | (delete-region (car (cdr inactive)) | 3230 | (delete-region (car (cdr inactive)) |
| 3231 | (+ (car (cdr inactive)) (cdr (cdr inactive)))) | 3231 | (+ (car (cdr inactive)) (cdr (cdr inactive)))) |
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 976848e155d..ae2900775ac 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el | |||
| @@ -625,12 +625,12 @@ | |||
| 625 | ;; | 625 | ;; |
| 626 | ;; (ad-activate-regexp "^ange-ftp-") | 626 | ;; (ad-activate-regexp "^ange-ftp-") |
| 627 | ;; | 627 | ;; |
| 628 | ;; A saver way would have been to use | 628 | ;; A safer way would have been to use |
| 629 | ;; | 629 | ;; |
| 630 | ;; (ad-update-regexp "^ange-ftp-") | 630 | ;; (ad-update-regexp "^ange-ftp-") |
| 631 | ;; | 631 | ;; |
| 632 | ;; instead which would have only reactivated currently actively advised | 632 | ;; instead which would have only reactivated currently actively advised |
| 633 | ;; functions, but not functions that were currently deactivated. All these | 633 | ;; functions, but not functions that were currently inactive. All these |
| 634 | ;; functions can also be called interactively. | 634 | ;; functions can also be called interactively. |
| 635 | 635 | ||
| 636 | ;; A certain piece of advice is considered a match if its name contains a | 636 | ;; A certain piece of advice is considered a match if its name contains a |
| @@ -833,7 +833,7 @@ | |||
| 833 | ;; Reactivate an advised function but only if its advice is currently | 833 | ;; Reactivate an advised function but only if its advice is currently |
| 834 | ;; active. This can be used to bring all currently advised function up | 834 | ;; active. This can be used to bring all currently advised function up |
| 835 | ;; to date with the current state of advice without also activating | 835 | ;; to date with the current state of advice without also activating |
| 836 | ;; currently deactivated functions. | 836 | ;; currently inactive functions. |
| 837 | ;; - Caching: | 837 | ;; - Caching: |
| 838 | ;; Is the saving of an advised definition and an identifying cache-id so | 838 | ;; Is the saving of an advised definition and an identifying cache-id so |
| 839 | ;; it can be reused, for example, for activation after deactivation. | 839 | ;; it can be reused, for example, for activation after deactivation. |
| @@ -853,7 +853,7 @@ | |||
| 853 | ;; - ad-activate to activate the advice of a FUNCTION | 853 | ;; - ad-activate to activate the advice of a FUNCTION |
| 854 | ;; - ad-deactivate to deactivate the advice of a FUNCTION | 854 | ;; - ad-deactivate to deactivate the advice of a FUNCTION |
| 855 | ;; - ad-update to activate the advice of a FUNCTION unless it was not | 855 | ;; - ad-update to activate the advice of a FUNCTION unless it was not |
| 856 | ;; yet activated or is currently deactivated. | 856 | ;; yet activated or is currently inactive. |
| 857 | ;; - ad-unadvise deactivates a FUNCTION and removes all of its advice | 857 | ;; - ad-unadvise deactivates a FUNCTION and removes all of its advice |
| 858 | ;; information, hence, it cannot be activated again | 858 | ;; information, hence, it cannot be activated again |
| 859 | ;; - ad-recover tries to redefine a FUNCTION to its original definition and | 859 | ;; - ad-recover tries to redefine a FUNCTION to its original definition and |
| @@ -1261,7 +1261,7 @@ | |||
| 1261 | ;; contain some advice matched by the regular expression. This is a save | 1261 | ;; contain some advice matched by the regular expression. This is a save |
| 1262 | ;; way to update the activation of advised functions whose advice changed | 1262 | ;; way to update the activation of advised functions whose advice changed |
| 1263 | ;; in some way or other without accidentally also activating currently | 1263 | ;; in some way or other without accidentally also activating currently |
| 1264 | ;; deactivated functions: | 1264 | ;; inactive functions: |
| 1265 | ;; | 1265 | ;; |
| 1266 | ;; (ad-update-regexp "^fg-") | 1266 | ;; (ad-update-regexp "^fg-") |
| 1267 | ;; nil | 1267 | ;; nil |
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02 index 279a336f15f..3364af531f5 100644 --- a/lisp/erc/ChangeLog.02 +++ b/lisp/erc/ChangeLog.02 | |||
| @@ -979,7 +979,7 @@ | |||
| 979 | 979 | ||
| 980 | 2002-11-16 Alex Schroeder <alex@gnu.org> | 980 | 2002-11-16 Alex Schroeder <alex@gnu.org> |
| 981 | 981 | ||
| 982 | * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el, | 982 | * erc-autoaway.el, erc-button.el, erc-fill.el, erc-match.el, |
| 983 | erc-menu.el, erc-ring.el, erc-track.el: | 983 | erc-menu.el, erc-ring.el, erc-track.el: |
| 984 | Cleanup of file headers: copyright years, GPL mumbo-jumbo, commentaries. | 984 | Cleanup of file headers: copyright years, GPL mumbo-jumbo, commentaries. |
| 985 | 985 | ||
| @@ -1447,7 +1447,7 @@ | |||
| 1447 | * erc-match.el: fixed spelling error | 1447 | * erc-match.el: fixed spelling error |
| 1448 | 1448 | ||
| 1449 | * erc-track.el, erc-match.el: * erc-match.el: | 1449 | * erc-track.el, erc-match.el: * erc-match.el: |
| 1450 | highlight current nickname in its own face (deactivated by default): | 1450 | highlight current nickname in its own face (inactive by default): |
| 1451 | - added erc-current-nick-highlight-type, erc-current-nick-face, | 1451 | - added erc-current-nick-highlight-type, erc-current-nick-face, |
| 1452 | erc-current-nick-p | 1452 | erc-current-nick-p |
| 1453 | 1453 | ||
| @@ -1564,7 +1564,7 @@ | |||
| 1564 | (require 'erc-nickserv) is now necessary for this to work | 1564 | (require 'erc-nickserv) is now necessary for this to work |
| 1565 | 1565 | ||
| 1566 | * erc.el: | 1566 | * erc.el: |
| 1567 | * results of /COUNTRY now formatted as notice; errors are ignored, | 1567 | * results of /COUNTRY now formatted as notice; errors are ignored, |
| 1568 | fixing | 1568 | fixing |
| 1569 | bug which made prompt disappear | 1569 | bug which made prompt disappear |
| 1570 | 1570 | ||
| @@ -1959,9 +1959,9 @@ | |||
| 1959 | 1959 | ||
| 1960 | * erc.el: remove trailing \n from any sent text | 1960 | * erc.el: remove trailing \n from any sent text |
| 1961 | 1961 | ||
| 1962 | * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el, | 1962 | * servers.pl, erc-bbdb.el, erc-button.el, erc-chess.el, |
| 1963 | erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el, | 1963 | erc-complete.el, erc-fill.el, erc-ibuffer.el, erc-list.el, |
| 1964 | erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el, | 1964 | erc-match.el, erc-menu.el, erc-nets.el, erc-replace.el, |
| 1965 | erc-speak.el, erc-speedbar.el, erc-track.el, erc.el: | 1965 | erc-speak.el, erc-speedbar.el, erc-track.el, erc.el: |
| 1966 | clean whitespace | 1966 | clean whitespace |
| 1967 | 1967 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7e0d60018c2..6f1b6a3a42a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -2778,7 +2778,7 @@ | |||
| 2778 | 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org> | 2778 | 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org> |
| 2779 | 2779 | ||
| 2780 | * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active | 2780 | * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active |
| 2781 | data if the group is deactivated. | 2781 | data if the group is inactive. |
| 2782 | 2782 | ||
| 2783 | 2011-01-28 Julien Danjou <julien@danjou.info> | 2783 | 2011-01-28 Julien Danjou <julien@danjou.info> |
| 2784 | 2784 | ||
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 02c37f22774..694b4d7e8b4 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -1354,7 +1354,7 @@ if it is a string, only list groups matching REGEXP." | |||
| 1354 | (predicate t) ; We list all groups? | 1354 | (predicate t) ; We list all groups? |
| 1355 | (t | 1355 | (t |
| 1356 | (or | 1356 | (or |
| 1357 | (if (eq unread t) ; Deactivated? | 1357 | (if (eq unread t) ; Inactive? |
| 1358 | gnus-group-list-inactive-groups | 1358 | gnus-group-list-inactive-groups |
| 1359 | ; We list inactive | 1359 | ; We list inactive |
| 1360 | (and (numberp unread) (> unread 0))) | 1360 | (and (numberp unread) (> unread 0))) |
diff --git a/lisp/isearch.el b/lisp/isearch.el index 39ed7adc9c4..6d95993bdd3 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1872,7 +1872,7 @@ the bottom." | |||
| 1872 | (goto-char isearch-point)) | 1872 | (goto-char isearch-point)) |
| 1873 | 1873 | ||
| 1874 | (defun isearch-reread-key-sequence-naturally (keylist) | 1874 | (defun isearch-reread-key-sequence-naturally (keylist) |
| 1875 | "Reread key sequence KEYLIST with Isearch mode's keymap deactivated. | 1875 | "Reread key sequence KEYLIST with an inactive Isearch-mode keymap. |
| 1876 | Return the key sequence as a string/vector." | 1876 | Return the key sequence as a string/vector." |
| 1877 | (isearch-unread-key-sequence keylist) | 1877 | (isearch-unread-key-sequence keylist) |
| 1878 | (let (overriding-terminal-local-map) | 1878 | (let (overriding-terminal-local-map) |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index fb1735cf6a1..8d7e4d41265 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -27771,7 +27771,7 @@ companion command to `table-capture' this way. | |||
| 27771 | 27771 | ||
| 27772 | (autoload 'table-release "table" "\ | 27772 | (autoload 'table-release "table" "\ |
| 27773 | Convert a table into plain text by removing the frame from a table. | 27773 | Convert a table into plain text by removing the frame from a table. |
| 27774 | Remove the frame from a table and inactivate the table. This command | 27774 | Remove the frame from a table and deactivate the table. This command |
| 27775 | converts a table into plain text without frames. It is a companion to | 27775 | converts a table into plain text without frames. It is a companion to |
| 27776 | `table-capture' which does the opposite process. | 27776 | `table-capture' which does the opposite process. |
| 27777 | 27777 | ||
diff --git a/lisp/mh-e/mh-tool-bar.el b/lisp/mh-e/mh-tool-bar.el index ddc9b3ffe94..4469c043b15 100644 --- a/lisp/mh-e/mh-tool-bar.el +++ b/lisp/mh-e/mh-tool-bar.el | |||
| @@ -127,7 +127,7 @@ where, | |||
| 127 | first line is useful and complete without the rest of the string. | 127 | first line is useful and complete without the rest of the string. |
| 128 | 128 | ||
| 129 | Optional item ENABLE-EXPR is an arbitrary lisp expression. If it | 129 | Optional item ENABLE-EXPR is an arbitrary lisp expression. If it |
| 130 | evaluates to nil, then the button is deactivated, otherwise it is | 130 | evaluates to nil, then the button is inactive, otherwise it is |
| 131 | active. If it isn't present then the button is always active." | 131 | active. If it isn't present then the button is always active." |
| 132 | ;; The following variable names have been carefully chosen to make code | 132 | ;; The following variable names have been carefully chosen to make code |
| 133 | ;; generation easier. Modifying the names should be done carefully. | 133 | ;; generation easier. Modifying the names should be done carefully. |
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0ee6ad8dea4..c89b61c2eb1 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -1331,7 +1331,7 @@ ARGS to actually emit the message (if applicable)." | |||
| 1331 | (setq fn nil))) | 1331 | (setq fn nil))) |
| 1332 | (setq btn (1+ btn)))) | 1332 | (setq btn (1+ btn)))) |
| 1333 | ;; The following code inserts filename and line number. | 1333 | ;; The following code inserts filename and line number. |
| 1334 | ;; Should be deactivated by default, because it is time | 1334 | ;; Should be inactive by default, because it is time |
| 1335 | ;; consuming. | 1335 | ;; consuming. |
| 1336 | ; (let ((ffn (find-function-noselect (intern fn)))) | 1336 | ; (let ((ffn (find-function-noselect (intern fn)))) |
| 1337 | ; (insert | 1337 | ; (insert |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 08a45b6b302..65f6d98ef79 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -173,19 +173,19 @@ | |||
| 173 | ;; +-------------------------------+----------------------------------+ | 173 | ;; +-------------------------------+----------------------------------+ |
| 174 | ;; |`table-recognize' |Recognize all tables in the | | 174 | ;; |`table-recognize' |Recognize all tables in the | |
| 175 | ;; |`table-unrecognize' |current buffer and | | 175 | ;; |`table-unrecognize' |current buffer and | |
| 176 | ;; | |activate/inactivate them. | | 176 | ;; | |activate/deactivate them. | |
| 177 | ;; +-------------------------------+----------------------------------+ | 177 | ;; +-------------------------------+----------------------------------+ |
| 178 | ;; |`table-recognize-region' |Recognize all the cells in a | | 178 | ;; |`table-recognize-region' |Recognize all the cells in a | |
| 179 | ;; |`table-unrecognize-region' |region and activate/inactivate | | 179 | ;; |`table-unrecognize-region' |region and activate/deactivate | |
| 180 | ;; | |them. | | 180 | ;; | |them. | |
| 181 | ;; +-------------------------------+----------------------------------+ | 181 | ;; +-------------------------------+----------------------------------+ |
| 182 | ;; |`table-recognize-table' |Recognize all the cells in a | | 182 | ;; |`table-recognize-table' |Recognize all the cells in a | |
| 183 | ;; |`table-unrecognize-table' |single table and | | 183 | ;; |`table-unrecognize-table' |single table and | |
| 184 | ;; | |activate/inactivate them. | | 184 | ;; | |activate/deactivate them. | |
| 185 | ;; +-------------------------------+----------------------------------+ | 185 | ;; +-------------------------------+----------------------------------+ |
| 186 | ;; |`table-recognize-cell' |Recognize a cell. Find a cell | | 186 | ;; |`table-recognize-cell' |Recognize a cell. Find a cell | |
| 187 | ;; |`table-unrecognize-cell' |which contains the current point | | 187 | ;; |`table-unrecognize-cell' |which contains the current point | |
| 188 | ;; | |and activate/inactivate that cell.| | 188 | ;; | |and activate/deactivate that cell.| |
| 189 | ;; +-------------------------------+----------------------------------+ | 189 | ;; +-------------------------------+----------------------------------+ |
| 190 | ;; |`table-forward-cell' |Move point to the next Nth cell in| | 190 | ;; |`table-forward-cell' |Move point to the next Nth cell in| |
| 191 | ;; | |a table. | | 191 | ;; | |a table. | |
| @@ -3856,7 +3856,7 @@ companion command to `table-capture' this way. | |||
| 3856 | ;;;###autoload | 3856 | ;;;###autoload |
| 3857 | (defun table-release () | 3857 | (defun table-release () |
| 3858 | "Convert a table into plain text by removing the frame from a table. | 3858 | "Convert a table into plain text by removing the frame from a table. |
| 3859 | Remove the frame from a table and inactivate the table. This command | 3859 | Remove the frame from a table and deactivate the table. This command |
| 3860 | converts a table into plain text without frames. It is a companion to | 3860 | converts a table into plain text without frames. It is a companion to |
| 3861 | `table-capture' which does the opposite process." | 3861 | `table-capture' which does the opposite process." |
| 3862 | (interactive) | 3862 | (interactive) |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 42af99ccc58..7d2f48a03ea 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -12087,7 +12087,7 @@ | |||
| 12087 | (merge_face_heights): Eliminate GCPRO arg. All callers changed. | 12087 | (merge_face_heights): Eliminate GCPRO arg. All callers changed. |
| 12088 | 12088 | ||
| 12089 | * keyboard.c (command_loop_1): Change Vtransient_mark_mode | 12089 | * keyboard.c (command_loop_1): Change Vtransient_mark_mode |
| 12090 | before deciding whether to inactivate mark. | 12090 | before deciding whether to deactivate mark. |
| 12091 | 12091 | ||
| 12092 | 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | 12092 | 2004-11-06 Lars Brinkhoff <lars@nocrew.org> |
| 12093 | 12093 | ||
diff --git a/src/search.c b/src/search.c index a6a0fddb137..fe4ce534b0b 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -3132,7 +3132,7 @@ record_unwind_save_match_data (void) | |||
| 3132 | Fmatch_data (Qnil, Qnil, Qnil)); | 3132 | Fmatch_data (Qnil, Qnil, Qnil)); |
| 3133 | } | 3133 | } |
| 3134 | 3134 | ||
| 3135 | /* Quote a string to inactivate reg-expr chars */ | 3135 | /* Quote a string to deactivate reg-expr chars */ |
| 3136 | 3136 | ||
| 3137 | DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0, | 3137 | DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0, |
| 3138 | doc: /* Return a regexp string which matches exactly STRING and nothing else. */) | 3138 | doc: /* Return a regexp string which matches exactly STRING and nothing else. */) |