mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
Spelling fixes
This commit is contained in:
parent
27e6afeb6f
commit
2f5da6d45a
@ -2486,7 +2486,7 @@ of these dependencies, similar to the list returned by
|
||||
"new" "available"))))))))
|
||||
|
||||
(defvar package-menu--hide-obsolete t
|
||||
"Whether avaiable obsolete packages should be hidden.
|
||||
"Whether available obsolete packages should be hidden.
|
||||
Can be toggled with \\<package-menu-mode-map> \\[package-menu-hide-obsolete].
|
||||
Installed obsolete packages are always displayed.")
|
||||
|
||||
|
@ -737,7 +737,7 @@ DEFUN ("previous-char-property-change", Fprevious_char_property_change,
|
||||
Scans characters backward in the current buffer from POSITION till it
|
||||
finds a change in some text property, or the beginning or end of an
|
||||
overlay, and returns the position of that.
|
||||
If none is found, and LIMIT is nil or imitted, the function
|
||||
If none is found, and LIMIT is nil or omitted, the function
|
||||
returns (point-min).
|
||||
|
||||
If the optional second argument LIMIT is non-nil, the function doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user