# HG changeset patch # User Kim F. Storm # Date 1158014026 0 # Node ID 88df7387d5886344b97c42e8cc5605a21b11f255 # Parent 73f4b54e1a24f15514d93bf8cda37673d737a23b (next-error-highlight, next-error-highlight-no-select): Fix spelling error. diff -r 73f4b54e1a24 -r 88df7387d588 lisp/simple.el --- 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