emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix a typo in the docstring of `apropos-pattern-quoted'


From: Giorgos Keramidas <address@hidden>
Subject: [PATCH] Fix a typo in the docstring of `apropos-pattern-quoted'
Date: Wed, 11 Oct 2006 18:11:24 +0300

# HG changeset patch
# User "Giorgos Keramidas <address@hidden>"
# Date 1160579415 -10800
# Node ID 34e5fff7519a59470fb437d5eb0a5421e9639e40
# Parent  31f8d3394c63ea95f6fd374c46e98c811fb4b054
Fix a typo in the docstring of `apropos-pattern-quoted'.

diff --git a/lisp/apropos.el b/lisp/apropos.el
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -142,7 +142,7 @@ If value is `verbose', the computed scor
   "Apropos pattern as entered by user.")
 
 (defvar apropos-pattern-quoted nil
-  "Apropos pattern passed through `regexp-quoute'.")
+  "Apropos pattern passed through `regexp-quote'.")
 
 (defvar apropos-words ()
   "Current list of apropos words extracted from `apropos-pattern'.")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]