diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 0c3ca3ae06b..680c25d4c49 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -492,7 +492,7 @@ enum Lisp_Fwd_Type | |||
| 492 | 492 | ||
| 493 | /* If you want to define a new Lisp data type, here are some | 493 | /* If you want to define a new Lisp data type, here are some |
| 494 | instructions. See the thread at | 494 | instructions. See the thread at |
| 495 | http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00561.html | 495 | https://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00561.html |
| 496 | for more info. | 496 | for more info. |
| 497 | 497 | ||
| 498 | First, there are already a couple of Lisp types that can be used if | 498 | First, there are already a couple of Lisp types that can be used if |