diff options
| author | Paul Eggert | 2014-01-09 23:10:37 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-09 23:10:37 -0800 |
| commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
| tree | 506e150528a6192807e1db37fa82846a1d27752e /lisp/cedet/srecode | |
| parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
| download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.zip | |
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/map.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index fc286c915dc..31ea7101504 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el | |||
| @@ -80,7 +80,7 @@ Each app keys to an alist of files and modes (as above.)") | |||
| 80 | ans)) | 80 | ans)) |
| 81 | 81 | ||
| 82 | (defmethod srecode-map-entry-for-app ((map srecode-map) app) | 82 | (defmethod srecode-map-entry-for-app ((map srecode-map) app) |
| 83 | "Return the entry in MAP for APP'lication." | 83 | "Return the entry in MAP for APP." |
| 84 | (assoc app (oref map apps)) | 84 | (assoc app (oref map apps)) |
| 85 | ) | 85 | ) |
| 86 | 86 | ||
| @@ -137,7 +137,7 @@ Return non-nil if the MAP was changed." | |||
| 137 | dirty)) | 137 | dirty)) |
| 138 | 138 | ||
| 139 | (defmethod srecode-map-delete-file-entry-from-app ((map srecode-map) file app) | 139 | (defmethod srecode-map-delete-file-entry-from-app ((map srecode-map) file app) |
| 140 | "Delete from MAP the FILE entry within the APP'lication." | 140 | "Delete from MAP the FILE entry within the APP." |
| 141 | (let* ((appe (srecode-map-entry-for-app map app)) | 141 | (let* ((appe (srecode-map-entry-for-app map app)) |
| 142 | (fentry (assoc file (cdr appe)))) | 142 | (fentry (assoc file (cdr appe)))) |
| 143 | (setcdr appe (delete fentry (cdr appe)))) | 143 | (setcdr appe (delete fentry (cdr appe)))) |