[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix documentation of poke-mode
|
From: |
Jose E. Marchesi |
|
Subject: |
Re: [PATCH] fix documentation of poke-mode |
|
Date: |
Fri, 03 Feb 2023 15:07:24 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Dan.
OK for master.
> poke-mode is now in Elpa, but the documentation indicates otherwise.
>
>>From db558da5ce0cb3796a7d529ce78782bd0c284179 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= <dan.cermak@cgc-instruments.com>
> Date: Fri, 3 Feb 2023 12:02:32 +0100
> Subject: [PATCH] Document that poke-mode is now in GNU Elpa
>
> ---
> doc/poke.texi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/doc/poke.texi b/doc/poke.texi
> index 202aa2e6..398acc8d 100644
> --- a/doc/poke.texi
> +++ b/doc/poke.texi
> @@ -8541,6 +8541,15 @@ Poke and PVM assembly. This chapter documents these
> modes.
> @i{i.e.} @file{.pk} files. It provides font-lock, auto-completion and
> indentation features.
>
> +@code{poke-mode} is no longer part of the poke source, it is available
> +from GNU ELPA instead and can be installed via @code{M-x package-install
> +ret poke-mode}. You can automatically load @code{poke-mode} by adding it
> +to @code{auto-mode-alist}:
> +
> +@example
> +(add-to-list 'auto-mode-alist '("\\.pk\\'" . poke-mode))
> +@end example
> +
> @node poke-map-mode
> @section poke-map-mode