diff options
| author | Paul Eggert | 2015-04-24 23:19:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-24 23:19:59 -0700 |
| commit | 2f5da6d45af2910d92c80bdd80d9895c3fa9f4cb (patch) | |
| tree | 75c487d2c01b443aeeb4d48ff2b94a1015670153 | |
| parent | 27e6afeb6fe1f0b9f083fdfeacf6d69c6936a34a (diff) | |
| download | emacs-2f5da6d45af2910d92c80bdd80d9895c3fa9f4cb.tar.gz emacs-2f5da6d45af2910d92c80bdd80d9895c3fa9f4cb.zip | |
Spelling fixes
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 | ||||
| -rw-r--r-- | src/textprop.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 999e857346b..e45d79aa01d 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -2486,7 +2486,7 @@ of these dependencies, similar to the list returned by | |||
| 2486 | "new" "available")))))))) | 2486 | "new" "available")))))))) |
| 2487 | 2487 | ||
| 2488 | (defvar package-menu--hide-obsolete t | 2488 | (defvar package-menu--hide-obsolete t |
| 2489 | "Whether avaiable obsolete packages should be hidden. | 2489 | "Whether available obsolete packages should be hidden. |
| 2490 | Can be toggled with \\<package-menu-mode-map> \\[package-menu-hide-obsolete]. | 2490 | Can be toggled with \\<package-menu-mode-map> \\[package-menu-hide-obsolete]. |
| 2491 | Installed obsolete packages are always displayed.") | 2491 | Installed obsolete packages are always displayed.") |
| 2492 | 2492 | ||
diff --git a/src/textprop.c b/src/textprop.c index f50ef08a223..0a591d0e05f 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -737,7 +737,7 @@ DEFUN ("previous-char-property-change", Fprevious_char_property_change, | |||
| 737 | Scans characters backward in the current buffer from POSITION till it | 737 | Scans characters backward in the current buffer from POSITION till it |
| 738 | finds a change in some text property, or the beginning or end of an | 738 | finds a change in some text property, or the beginning or end of an |
| 739 | overlay, and returns the position of that. | 739 | overlay, and returns the position of that. |
| 740 | If none is found, and LIMIT is nil or imitted, the function | 740 | If none is found, and LIMIT is nil or omitted, the function |
| 741 | returns (point-min). | 741 | returns (point-min). |
| 742 | 742 | ||
| 743 | If the optional second argument LIMIT is non-nil, the function doesn't | 743 | If the optional second argument LIMIT is non-nil, the function doesn't |