Package: emacs22-common-non-dfsg
Version: 22.2+2-1.1
Severity: normal

Section 15.6 of the elisp manual, titled Repeated Loading,
suggests the following as a superior alternative to push:

     (add-to-list '(leif-mode " Leif") minor-mode-alist)

That is wrong, the arguments are swapped.  Correct is

     (add-to-list 'minor-mode-alist '(leif-mode " Leif"))


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to