* Simple type
@ 2009-07-06 19:28 Phil Rooke
2009-07-06 20:30 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Phil Rooke @ 2009-07-06 19:28 UTC (permalink / raw)
To: emacs-orgmode
diff --git a/lisp/org-remember.el b/lisp/org-remember.el
index 149bd30..91bf482 100644
--- a/lisp/org-remember.el
+++ b/lisp/org-remember.el
@@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 headline
(setq char0 (read-char-exclusive))
(when (and (not (assoc char0 templates))
(not (equal char0 ?\C-g)))
- (message "No suche template \"%c\"" char0)
+ (message "No such template \"%c\"" char0)
(ding) (sit-for 1)
(setq char0 nil)))
(when (equal char0 ?\C-g)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Simple type
2009-07-06 19:28 Simple type Phil Rooke
@ 2009-07-06 20:30 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-07-06 20:30 UTC (permalink / raw)
To: Phil Rooke; +Cc: emacs-orgmode
Fixed, thanks.
- Carsten
On Jul 6, 2009, at 9:28 PM, Phil Rooke wrote:
> diff --git a/lisp/org-remember.el b/lisp/org-remember.el
> index 149bd30..91bf482 100644
> --- a/lisp/org-remember.el
> +++ b/lisp/org-remember.el
> @@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2
> headline
> (setq char0 (read-char-exclusive))
> (when (and (not (assoc char0 templates))
> (not (equal char0 ?\C-g)))
> - (message "No suche template \"%c\"" char0)
> + (message "No such template \"%c\"" char0)
> (ding) (sit-for 1)
> (setq char0 nil)))
> (when (equal char0 ?\C-g)
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-06 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 19:28 Simple type Phil Rooke
2009-07-06 20:30 ` Carsten Dominik
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.