emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2f5da6d: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 2f5da6d: Spelling fixes
Date: Sat, 25 Apr 2015 06:20:04 +0000

branch: master
commit 2f5da6d45af2910d92c80bdd80d9895c3fa9f4cb
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Spelling fixes
---
 lisp/emacs-lisp/package.el |    2 +-
 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 999e857..e45d79a 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
               "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.")
 
diff --git a/src/textprop.c b/src/textprop.c
index f50ef08..0a591d0 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]