emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111974: Fix doc typo in previous cha


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111974: Fix doc typo in previous change
Date: Fri, 08 Mar 2013 00:11:59 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111974
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-03-08 00:11:59 -0800
message:
  Fix doc typo in previous change
modified:
  lisp/subr.el
=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-03-08 04:18:16 +0000
+++ b/lisp/subr.el      2013-03-08 08:11:59 +0000
@@ -2701,7 +2701,7 @@
   "Return regexp that matches the default tag at point.
 If there is no tag at point, return nil.
 
-When in a major mode that does not provide it's own
+When in a major mode that does not provide its own
 `find-tag-default-function', return a regexp that matches the
 symbol at point exactly."
   (let* ((tagf (or find-tag-default-function


reply via email to

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