all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix a typo in the docstring of `apropos-pattern-quoted'
@ 2006-10-11 15:11 Giorgos Keramidas <keramida@ceid.upatras.gr>
  2006-10-11 16:52 ` Giorgos Keramidas
  0 siblings, 1 reply; 2+ messages in thread
From: Giorgos Keramidas <keramida@ceid.upatras.gr> @ 2006-10-11 15:11 UTC (permalink / raw)


# HG changeset patch
# User "Giorgos Keramidas <keramida@ceid.upatras.gr>"
# 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'.")

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix a typo in the docstring of `apropos-pattern-quoted'
  2006-10-11 15:11 [PATCH] Fix a typo in the docstring of `apropos-pattern-quoted' Giorgos Keramidas <keramida@ceid.upatras.gr>
@ 2006-10-11 16:52 ` Giorgos Keramidas
  0 siblings, 0 replies; 2+ messages in thread
From: Giorgos Keramidas @ 2006-10-11 16:52 UTC (permalink / raw)


Oops, I managed to trash my email sender address here.  The real
one is, of course:

    Giorgos Keramidas <keramida@ceid.upatras.gr>

Sorry for the confusion :-/

On 2006-10-11 18:11, "Giorgos Keramidas <keramida@ceid.upatras.gr>"@gothmog.pc wrote:
> # HG changeset patch
> # User "Giorgos Keramidas <keramida@ceid.upatras.gr>"
> # 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'.")

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-11 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11 15:11 [PATCH] Fix a typo in the docstring of `apropos-pattern-quoted' Giorgos Keramidas <keramida@ceid.upatras.gr>
2006-10-11 16:52 ` Giorgos Keramidas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.