Mercurial > hg > xemacs-beta
comparison lisp/electric/helper.el @ 72:b9518feda344 r20-0b31
Import from CVS: tag r20-0b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:03:46 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
71:bae944334fa4 | 72:b9518feda344 |
---|---|
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, 675 Mass Ave, Cambridge, MA 02139, USA. | 23 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
24 ;; 02111-1307, USA. | |
24 | 25 |
25 ;;; Synched up with: FSF 19.30. | 26 ;;; Synched up with: FSF 19.34. |
26 | 27 |
27 ;;; Code: | 28 ;;; Code: |
28 | 29 |
29 ; hey, here's a helping hand. | 30 ;; hey, here's a helping hand. |
30 | 31 |
31 ;; Bind this to a string for <blank> in "... Other keys <blank>". | 32 ;; Bind this to a string for <blank> in "... Other keys <blank>". |
32 ;; Helper-help uses this to construct help string when scrolling. | 33 ;; Helper-help uses this to construct help string when scrolling. |
33 ;; Defaults to "return" | 34 ;; Defaults to "return" |
34 (defvar Helper-return-blurb nil) | 35 (defvar Helper-return-blurb nil) |
35 | 36 |