diff options
| author | Juanma Barranquero | 2008-05-08 03:52:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-08 03:52:53 +0000 |
| commit | 10c824b02e9d926ca0897dae3085a694acbc1e63 (patch) | |
| tree | 669d227ca3aade0012d2a96148186404d5e380e5 | |
| parent | bc10bb37f461abc9f8666fd56086e1cc5fe76714 (diff) | |
| download | emacs-10c824b02e9d926ca0897dae3085a694acbc1e63.tar.gz emacs-10c824b02e9d926ca0897dae3085a694acbc1e63.zip | |
(robin-package-alist): Fix typo in docstring.
(robin-current-package-name): Doc fix.
(robin-activate): Don't use `iff' in docstring.
| -rw-r--r-- | lisp/ChangeLog | 38 | ||||
| -rw-r--r-- | lisp/international/robin.el | 8 |
2 files changed, 32 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3dc7b942e1c..68105177dd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,25 @@ | |||
| 1 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * abbrev.el (define-abbrev-table): | ||
| 4 | * composite.el (toggle-auto-composition): | ||
| 5 | * json.el (json-alist-p, json-plist-p): | ||
| 6 | * minibuffer.el (completion-table-with-predicate): | ||
| 7 | * ps-mule.el (ps-mule-external-libraries): | ||
| 8 | * emacs-lisp/advice.el (ad-special-form-p): | ||
| 9 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | ||
| 10 | * eshell/em-smart.el (eshell-review-quick-commands): | ||
| 11 | * progmodes/python.el (python-comment-line-p, python-blank-line-p) | ||
| 12 | (python-skip-out, python-check-comint-prompt): | ||
| 13 | Don't use `iff' in docstrings. | ||
| 14 | |||
| 15 | * international/robin.el (robin-package-alist): Fix typo in docstring. | ||
| 16 | (robin-current-package-name): Doc fix. | ||
| 17 | (robin-activate): Don't use `iff' in docstring. | ||
| 18 | |||
| 1 | 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com> | 19 | 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 20 | ||
| 3 | * vc.el, vc-dispatcher.el: VC-Dired support removed. The code | 21 | * vc.el, vc-dispatcher.el: VC-Dired support removed. |
| 4 | uses a ewoc-based implementation now. | 22 | The code uses a ewoc-based implementation now. |
| 5 | * vc-hooks.el: Support for Meta-CVS has been removed. | 23 | * vc-hooks.el: Support for Meta-CVS has been removed. |
| 6 | 24 | ||
| 7 | 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -35,7 +53,7 @@ | |||
| 35 | further from vc.el. | 53 | further from vc.el. |
| 36 | * vc.el (vc-dir-mode): Move VC-specific context menu entries here. | 54 | * vc.el (vc-dir-mode): Move VC-specific context menu entries here. |
| 37 | 55 | ||
| 38 | 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org> | 56 | 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org> |
| 39 | 57 | ||
| 40 | * verilog-mode.el (verilog-getopt-file): Cleanup warning message format. | 58 | * verilog-mode.el (verilog-getopt-file): Cleanup warning message format. |
| 41 | (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum) | 59 | (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum) |
| @@ -82,8 +100,8 @@ | |||
| 82 | 100 | ||
| 83 | 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com> | 101 | 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com> |
| 84 | 102 | ||
| 85 | * vc.el (vc-deduce-fileset): Lift all the policy and UI | 103 | * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff |
| 86 | stuff out of this function, move it to vc-dispatcher-selection-set. | 104 | out of this function, move it to vc-dispatcher-selection-set. |
| 87 | 105 | ||
| 88 | 2008-05-05 Sam Steingold <sds@gnu.org> | 106 | 2008-05-05 Sam Steingold <sds@gnu.org> |
| 89 | 107 | ||
| @@ -165,7 +183,7 @@ | |||
| 165 | The separation is not yet completely clean, but it's a good start. | 183 | The separation is not yet completely clean, but it's a good start. |
| 166 | * vc.el: This file is about 1700 lines shorter now. | 184 | * vc.el: This file is about 1700 lines shorter now. |
| 167 | Remove obsolete logentry-check from the backend API. | 185 | Remove obsolete logentry-check from the backend API. |
| 168 | * vc-sccs.el (vc-sccs-logentry-check): Remove . This was the only | 186 | * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only |
| 169 | implementation of the logentry-check method, and it guarded against | 187 | implementation of the logentry-check method, and it guarded against |
| 170 | a log length limit that has probably been obsolete for 15 years (!). | 188 | a log length limit that has probably been obsolete for 15 years (!). |
| 171 | 189 | ||
| @@ -179,12 +197,12 @@ | |||
| 179 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> | 197 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> |
| 180 | 198 | ||
| 181 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | 199 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, |
| 182 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | 200 | * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, |
| 183 | vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend | 201 | * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend |
| 184 | has one of these and that all are called in compatible ways. | 202 | has one of these and that all are called in compatible ways. |
| 185 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | 203 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, |
| 186 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | 204 | * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, |
| 187 | vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every | 205 | * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every |
| 188 | backend has one of these. | 206 | backend has one of these. |
| 189 | 207 | ||
| 190 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | 208 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/lisp/international/robin.el b/lisp/international/robin.el index d56a1a6c578..5e563481fcb 100644 --- a/lisp/international/robin.el +++ b/lisp/international/robin.el | |||
| @@ -251,7 +251,7 @@ | |||
| 251 | 251 | ||
| 252 | (defvar robin-package-alist nil | 252 | (defvar robin-package-alist nil |
| 253 | "List of robin packages. | 253 | "List of robin packages. |
| 254 | A robin pacakge is of the form (NAME DOCSTRING &rest RULES). | 254 | A robin package is of the form (NAME DOCSTRING &rest RULES). |
| 255 | NAME is a string specifying a particular robin package. | 255 | NAME is a string specifying a particular robin package. |
| 256 | DOCSTRING is a documentation string for the robin package. | 256 | DOCSTRING is a documentation string for the robin package. |
| 257 | 257 | ||
| @@ -271,7 +271,7 @@ For example, if you evaluate the following, | |||
| 271 | this robin package will be the following. | 271 | this robin package will be the following. |
| 272 | 272 | ||
| 273 | (\"test\" \"Uppercase input characters\" | 273 | (\"test\" \"Uppercase input characters\" |
| 274 | (?a \"A\" | 274 | (?a \"A\" |
| 275 | (?b \"AB\") | 275 | (?b \"AB\") |
| 276 | (?c \"AC\" | 276 | (?c \"AC\" |
| 277 | (?d \"ACD\") | 277 | (?d \"ACD\") |
| @@ -377,7 +377,7 @@ Internal use only." | |||
| 377 | 377 | ||
| 378 | (defvar robin-current-package-name nil | 378 | (defvar robin-current-package-name nil |
| 379 | "String representing the name of the current robin package. | 379 | "String representing the name of the current robin package. |
| 380 | Nil means no packages is selected.") | 380 | A nil value means no package is selected.") |
| 381 | (make-variable-buffer-local 'robin-current-package-name) | 381 | (make-variable-buffer-local 'robin-current-package-name) |
| 382 | 382 | ||
| 383 | ;;;###autoload | 383 | ;;;###autoload |
| @@ -399,7 +399,7 @@ Nil means no packages is selected.") | |||
| 399 | (defun robin-activate (&optional arg) | 399 | (defun robin-activate (&optional arg) |
| 400 | "Activate robin input method. | 400 | "Activate robin input method. |
| 401 | 401 | ||
| 402 | With ARG, activate robin input method iff ARG is positive. | 402 | With ARG, activate robin input method if and only if ARG is positive. |
| 403 | 403 | ||
| 404 | While this input method is active, the variable | 404 | While this input method is active, the variable |
| 405 | `input-method-function' is bound to the function `robin-input-method'." | 405 | `input-method-function' is bound to the function `robin-input-method'." |