# HG changeset patch # User Glenn Morris # Date 1208920076 0 # Node ID 684b4c10322353bbc3a1ca566d05e119adfb69a4 # Parent 588da2a8e780e1b296051ced286f363440dd71fc Fix comment typo. diff -r 588da2a8e780 -r 684b4c103223 lisp/savehist.el --- a/lisp/savehist.el Wed Apr 23 03:06:37 2008 +0000 +++ b/lisp/savehist.el Wed Apr 23 03:07:56 2008 +0000 @@ -147,7 +147,7 @@ ;; This should be capable of representing characters used by Emacs. ;; We prefer UTF-8 over ISO 2022 because it is well-known outside -;; Mule. XEmacs prir to 21.5 had UTF-8 provided by an external +;; Mule. XEmacs prior to 21.5 had UTF-8 provided by an external ;; package which may not be loaded, which is why we check for version. (defvar savehist-coding-system (if (and (featurep 'xemacs) (<= emacs-major-version 21)