Baloff wrote:
> I need to add this (/var/lib/dpkg/info/) to the list in the variable
> (Info-directory-list)
>
> C-h v Info-directory-list list does not have it, so I think I have to
> add it.
> how should I do it?

(setq Info-default-directory-list
      (cons "/var/lib/dpkg/info/" Info-default-directory-list))

--
Kevin Rodgers



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to