comparison lisp/electric/helper.el @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents b82b59fe008d
children b9518feda344
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 ;; General Public License for more details. 19 ;; General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with XEmacs; see the file COPYING. If not, write to the Free 22 ;; along with XEmacs; see the file COPYING. If not, write to the Free
23 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 23 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 ;; 02111-1307, USA.
25 24
26 ;;; Synched up with: FSF 19.34. 25 ;;; Synched up with: FSF 19.30.
27 26
28 ;;; Code: 27 ;;; Code:
29 28
30 ;; hey, here's a helping hand. 29 ; hey, here's a helping hand.
31 30
32 ;; Bind this to a string for <blank> in "... Other keys <blank>". 31 ;; Bind this to a string for <blank> in "... Other keys <blank>".
33 ;; Helper-help uses this to construct help string when scrolling. 32 ;; Helper-help uses this to construct help string when scrolling.
34 ;; Defaults to "return" 33 ;; Defaults to "return"
35 (defvar Helper-return-blurb nil) 34 (defvar Helper-return-blurb nil)
36 35