emacs-devel
[Top][All Lists]
Advanced

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

Re: where-is says "X remapped to X"


From: Juri Linkov
Subject: Re: where-is says "X remapped to X"
Date: Mon, 13 Feb 2006 17:47:12 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> Shouldn't `where-is' do the following?
>
>                   (if remapped
>                       (format "%s is remapped to %s which is on %s"
> -                             definition symbol keys)
> +                             definition remapped keys)
>                     (format "%s is on %s" symbol keys))
>                 ;; If this is the command the user asked about,

Or maybe rather the following?

                        (format "%s is remapped to %s which is on %s"
                                symbol remapped keys)

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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