From 51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 11:59:12 +0000 Subject: Apply typo patches from Paul Eggert. --- lisp/progmodes/hideif.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/progmodes/hideif.el') diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index b408431e45f..6394de36f71 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el @@ -568,7 +568,7 @@ NOT including one on this line." ((hif-looking-at-endif) 'done) (t - (error "Missmatched #ifdef #endif pair")))) + (error "Mismatched #ifdef #endif pair")))) (defun hif-endif-to-ifdef () @@ -577,7 +577,7 @@ NOT including one on this line." (let ((start (point))) (hif-find-previous-relevant) (if (= start (point)) - (error "Missmatched #ifdef #endif pair"))) + (error "Mismatched #ifdef #endif pair"))) (cond ((hif-looking-at-endif) (hif-endif-to-ifdef) ; find beginning of nested if (hif-endif-to-ifdef)) ; find beginning of outer if or else @@ -938,7 +938,7 @@ Turn off hiding by calling `show-ifdef'." (defun hif-find-ifdef-block () - "Utilitiy for hide and show `ifdef-block'. + "Utility for hide and show `ifdef-block'. Set top and bottom of ifdef block." (let (max-bottom) (save-excursion @@ -997,7 +997,7 @@ Set top and bottom of ifdef block." (if old-read-only (toggle-read-only)))) -;;; defininition alist support +;;; definition alist support (defvar hide-ifdef-define-alist nil "A global assoc list of pre-defined symbol lists") -- cgit v1.2.1