comparison lisp/emacs-lisp/eldoc.el @ 83332:6c13700d1c13

Merged from miles@gnu.org--gnu-2005 (patch 469) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-469 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-372
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 05 Jul 2005 22:22:24 +0000
parents 21eea50897a7 18a818a2ee7c
children 532e0a9335a9
comparison
equal deleted inserted replaced
83331:efa9e4606e7e 83332:6c13700d1c13
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details. 21 ;; GNU General Public License for more details.
22 22
23 ;; You should have received a copy of the GNU General Public License 23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02111-1307, USA. 26 ;; Boston, MA 02110-1301, USA.
27 27
28 ;;; Commentary: 28 ;;; Commentary:
29 29
30 ;; This program was inspired by the behavior of the "mouse documentation 30 ;; This program was inspired by the behavior of the "mouse documentation
31 ;; window" on many Lisp Machine systems; as you type a function's symbol 31 ;; window" on many Lisp Machine systems; as you type a function's symbol