emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Mon, 11 Sep 2006 22:33:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/11 22:33:46

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -b -r1.816 -r1.817
--- simple.el   11 Sep 2006 19:04:37 -0000      1.816
+++ simple.el   11 Sep 2006 22:33:46 -0000      1.817
@@ -135,7 +135,7 @@
 If nil, don't highlight the locus in the source buffer.
 If `fringe-arrow', indicate the locus by the fringe arrow."
   :type '(choice (number :tag "Highlight for specified time")
-                 (const :tag "Semipermantent highlighting" t)
+                 (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)
                  (const :tag "Fringe arrow" fringe-arrow))
   :group 'next-error
@@ -148,7 +148,7 @@
 If nil, don't highlight the locus in the source buffer.
 If `fringe-arrow', indicate the locus by the fringe arrow."
   :type '(choice (number :tag "Highlight for specified time")
-                 (const :tag "Semipermantent highlighting" t)
+                 (const :tag "Semipermanent highlighting" t)
                  (const :tag "No highlighting" nil)
                  (const :tag "Fringe arrow" fringe-arrow))
   :group 'next-error




reply via email to

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