changeset 72819:88df7387d588

(next-error-highlight, next-error-highlight-no-select): Fix spelling error.
author Kim F. Storm <storm@cua.dk>
date Mon, 11 Sep 2006 22:33:46 +0000
parents 73f4b54e1a24
children 501a2788cfa4
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Sep 11 22:33:29 2006 +0000
+++ b/lisp/simple.el	Mon Sep 11 22:33:46 2006 +0000
@@ -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