diff options
| author | Stefan Kangas | 2024-02-04 09:48:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-02-04 11:06:50 +0100 |
| commit | fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b (patch) | |
| tree | c9c0a3309dfba3757cb72ac2742ff74bc35ae7b3 /src | |
| parent | dd81e767b7782c275af4221fe258fa3d2948724a (diff) | |
| download | emacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.tar.gz emacs-fc8b09484a2fbe182a0351c47afc3bf71f3b2a1b.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5374,7 +5374,7 @@ mark_fns (void) | |||
| 5374 | } | 5374 | } |
| 5375 | } | 5375 | } |
| 5376 | 5376 | ||
| 5377 | /* Find the hash_table_test object correponding to the (bare) symbol TEST, | 5377 | /* Find the hash_table_test object corresponding to the (bare) symbol TEST, |
| 5378 | creating one if none existed. */ | 5378 | creating one if none existed. */ |
| 5379 | static struct hash_table_test * | 5379 | static struct hash_table_test * |
| 5380 | get_hash_table_user_test (Lisp_Object test) | 5380 | get_hash_table_user_test (Lisp_Object test) |