From c81b29e624f07a17886a0bd90541262324e3626b Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 11 Sep 2006 22:33:46 +0000 Subject: [PATCH] (next-error-highlight, next-error-highlight-no-select): Fix spelling error. --- lisp/simple.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/simple.el b/lisp/simple.el index 6533255357f..c0f9d616361 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -135,7 +135,7 @@ If t, highlight the locus indefinitely until some other locus replaces it. 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 t, highlight the locus indefinitely until some other locus replaces it. 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 -- 2.39.2