[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/info doc.h
From: |
Sergey Poznyakoff |
Subject: |
texinfo/info doc.h |
Date: |
Thu, 28 Jul 2011 07:14:21 +0000 |
CVSROOT: /cvsroot/texinfo
Module name: texinfo
Changes by: Sergey Poznyakoff <gray> 11/07/28 07:14:21
Modified files:
info : doc.h
Log message:
(key_documentation): Remove prototype.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/doc.h?cvsroot=texinfo&r1=1.7&r2=1.8
Patches:
Index: doc.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/doc.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- doc.h 26 Feb 2008 16:51:05 -0000 1.7
+++ doc.h 28 Jul 2011 07:14:21 -0000 1.8
@@ -1,5 +1,5 @@
/* doc.h -- Structures associating function pointers with documentation.
- $Id: doc.h,v 1.7 2008/02/26 16:51:05 karl Exp $
+ $Id: doc.h,v 1.8 2011/07/28 07:14:21 gray Exp $
Copyright (C) 1993, 2001, 2004, 2007 Free Software Foundation, Inc.
@@ -92,7 +92,6 @@
#endif /* NAMED_FUNCTIONS */
extern char *function_documentation (InfoCommand *cmd);
-extern char *key_documentation (char key, Keymap map);
extern char *pretty_keyname (unsigned char key);
extern char *pretty_keyseq (char *keyseq);
extern char *where_is (Keymap map, InfoCommand *cmd);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/info doc.h,
Sergey Poznyakoff <=